#494BDE

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

Shades of Free Speech Blue #494BDE

Tints of Free Speech Blue #494BDE

Color information

#494BDE (or 0x494BDE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4B and DE. RGB value is (73,75,222). Sum of RGB (Red+Green+Blue) = 73+75+222=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #494BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BDE is #B6B421. Grayscale: #5A5A5A. Windows color (decimal): -11973666 or 14568265. OLE color: 14568265.

HSL color Cylindrical-coordinate representation of color #494BDE: hue angle of 239.19º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494BDE is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7375222-
CMYK0.670.6600.13
HSL239.19º69.3%57.84%-
HSV(B)239.19º67.12%87.06%-
XYZ18.4511.7270.4-
YUV91.16201.84115.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 222 (87.11% from 255) = 60%
R=19.73%
G=20.27%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73752220.670.6600.13239.1969.357.84
Hex494BDE43420Def453a
Octal11111333610310201535710572
Binary10010011001011110111101000011100001001101111011111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,75,222); }

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

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

 a { background-color: rgb(73,75,222); }

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

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

 span { border-color: rgb(73,75,222); }

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