#493DCB

Color #493DCB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #493DCB

Tints of Free Speech Blue #493DCB

Color information

#493DCB (or 0x493DCB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3D and CB. RGB value is (73,61,203). Sum of RGB (Red+Green+Blue) = 73+61+203=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #493DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DCB is #B6C234. Grayscale: #505050. Windows color (decimal): -11977269 or 13319497. OLE color: 13319497.

HSL color Cylindrical-coordinate representation of color #493DCB: hue angle of 245.07º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493DCB is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7361203-
CMYK0.640.7000.20
HSL245.07º57.72%51.76%-
HSV(B)245.07º69.95%79.61%-
XYZ15.29.0757.45-
YUV80.78196.98122.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 203 (79.69% from 255) = 60.24%
R=21.66%
G=18.10%
B=60.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal73612030.640.7000.20245.0757.7251.76
Hex493DCB4046014f53a34
Octal111753131001060243657264
Binary1001001111101110010111000000100011001010011110101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493DCB; }

 p { color: rgb(73,61,203); }

 H1.HeaderClassName
 {
   color: #493DCB;
 }
 .AnyTagClassName
 {
   color: #493DCB;
 }
</style>
background-color css

<style>
 a { background-color: #493DCB; }

 a { background-color: rgb(73,61,203); }

 div.DivClassName
 {
   background-color: #493DCB;
 }
 .BgClassName
 {
   background-color: #493DCB;
 }
</style>
border-color css

<style>
 span { border-color: #493DCB; }

 span { border-color: rgb(73,61,203); }

 td.TdClassName
 {
   border-color: #493DCB;
 }
 .TagClassName
 {
   border-color: #493DCB;
 }
</style>