#494EB5

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

Shades of Free Speech Blue #494EB5

Tints of Free Speech Blue #494EB5

Color information

#494EB5 (or 0x494EB5) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4E and B5. RGB value is (73,78,181). Sum of RGB (Red+Green+Blue) = 73+78+181=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 181 (71.09% from 255 or 54.52% from 332); Max value from RGB is 181 - color contains mainly: blue. Hex color #494EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EB5 is #B6B14A. Grayscale: #575757. Windows color (decimal): -11972939 or 11882057. OLE color: 11882057.

HSL color Cylindrical-coordinate representation of color #494EB5: hue angle of 237.22º 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 #494EB5 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7378181-
CMYK0.600.5700.29
HSL237.22º42.52%49.8%-
HSV(B)237.22º59.67%70.98%-
XYZ13.8110.244.96-
YUV88.25180.34117.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 181 (71.09% from 255) = 54.52%
R=21.99%
G=23.49%
B=54.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73781810.600.5700.29237.2242.5249.8
Hex494EB53C3901Ded2b32
Octal11111626574710353555362
Binary100100110011101011010111110011100101110111101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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