#494FB5

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

Shades of Free Speech Blue #494FB5

Tints of Free Speech Blue #494FB5

Color information

#494FB5 (or 0x494FB5) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4F and B5. RGB value is (73,79,181). Sum of RGB (Red+Green+Blue) = 73+79+181=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 181 (71.09% from 255 or 54.35% from 333); Max value from RGB is 181 - color contains mainly: blue. Hex color #494FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FB5 is #B6B04A. Grayscale: #585858. Windows color (decimal): -11972683 or 11882313. OLE color: 11882313.

HSL color Cylindrical-coordinate representation of color #494FB5: hue angle of 236.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #494FB5 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7379181-
CMYK0.600.5600.29
HSL236.67º42.52%49.8%-
HSV(B)236.67º59.67%70.98%-
XYZ13.8810.3444.98-
YUV88.83180.01116.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 181 (71.09% from 255) = 54.35%
R=21.92%
G=23.72%
B=54.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73791810.600.5600.29236.6742.5249.8
Hex494FB53C3801Ded2b32
Octal11111726574700353555362
Binary100100110011111011010111110011100001110111101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494FB5; }

 p { color: rgb(73,79,181); }

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

<style>
 a { background-color: #494FB5; }

 a { background-color: rgb(73,79,181); }

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

<style>
 span { border-color: #494FB5; }

 span { border-color: rgb(73,79,181); }

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