#494ED2

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

Shades of Free Speech Blue #494ED2

Tints of Free Speech Blue #494ED2

Color information

#494ED2 (or 0x494ED2) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4E and D2. RGB value is (73,78,210). Sum of RGB (Red+Green+Blue) = 73+78+210=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 210 (82.42% from 255 or 58.17% from 361); Max value from RGB is 210 - color contains mainly: blue. Hex color #494ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494ED2 is #B6B12D. Grayscale: #5B5B5B. Windows color (decimal): -11972910 or 13782601. OLE color: 13782601.

HSL color Cylindrical-coordinate representation of color #494ED2: hue angle of 237.81º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #494ED2 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7378210-
CMYK0.650.6300.18
HSL237.81º60.35%55.49%-
HSV(B)237.81º65.24%82.35%-
XYZ17.111.5262.29-
YUV91.55194.84114.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 210 (82.42% from 255) = 58.17%
R=20.22%
G=21.61%
B=58.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73782100.650.6300.18237.8160.3555.49
Hex494ED2413F012ee3c37
Octal111116322101770223567467
Binary1001001100111011010010100000111111101001011101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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