#494BDB

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

Shades of Free Speech Blue #494BDB

Tints of Free Speech Blue #494BDB

Color information

#494BDB (or 0x494BDB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4B and DB. RGB value is (73,75,219). Sum of RGB (Red+Green+Blue) = 73+75+219=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #494BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BDB is #B6B424. Grayscale: #5A5A5A. Windows color (decimal): -11973669 or 14371657. OLE color: 14371657.

HSL color Cylindrical-coordinate representation of color #494BDB: hue angle of 239.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494BDB is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7375219-
CMYK0.670.6600.14
HSL239.18º66.97%57.25%-
HSV(B)239.18º66.67%85.88%-
XYZ18.0511.5668.3-
YUV90.82200.34115.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 219 (85.94% from 255) = 59.67%
R=19.89%
G=20.44%
B=59.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73752190.670.6600.14239.1866.9757.25
Hex494BDB43420Eef4339
Octal11111333310310201635710371
Binary10010011001011110110111000011100001001110111011111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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