#494ED1

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

Shades of Free Speech Blue #494ED1

Tints of Free Speech Blue #494ED1

Color information

#494ED1 (or 0x494ED1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4E and D1. RGB value is (73,78,209). Sum of RGB (Red+Green+Blue) = 73+78+209=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 209 (82.03% from 255 or 58.06% from 360); Max value from RGB is 209 - color contains mainly: blue. Hex color #494ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494ED1 is #B6B12E. Grayscale: #5A5A5A. Windows color (decimal): -11972911 or 13717065. OLE color: 13717065.

HSL color Cylindrical-coordinate representation of color #494ED1: hue angle of 237.79º 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 #494ED1 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7378209-
CMYK0.650.6300.18
HSL237.79º59.65%55.29%-
HSV(B)237.79º65.07%81.96%-
XYZ16.9811.4761.64-
YUV91.44194.34114.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 209 (82.03% from 255) = 58.06%
R=20.28%
G=21.67%
B=58.06%

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
Decimal73782090.650.6300.18237.7959.6555.29
Hex494ED1413F012ee3c37
Octal111116321101770223567467
Binary1001001100111011010001100000111111101001011101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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