#494db4

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

Shades of Rich Blue #494DB4

Tints of Rich Blue #494DB4

Color information

#494DB4 (or 0x494DB4) is unknown color: approx Rich Blue. HEX triplet: 49, 4D and B4. RGB value is (73,77,180). Sum of RGB (Red+Green+Blue) = 73+77+180=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #494DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DB4 is #B6B24B. Grayscale: #575757. Windows color (decimal): -11973196 or 11816265. OLE color: 11816265.

HSL color Cylindrical-coordinate representation of color #494DB4: hue angle of 237.76º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #494DB4 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7377180-
CMYK0.590.5700.29
HSL237.76º42.29%49.61%-
HSV(B)237.76º59.44%70.59%-
XYZ13.6410.0244.4-
YUV87.55180.17117.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 77 (30.47% from 255) = 23.33%
BLUE value IS 180 (70.70% from 255) = 54.55%
R=22.12%
G=23.33%
B=54.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73771800.590.5700.29237.7642.2949.61
Hex494DB43B3901Dee2a32
Octal11111526473710353565262
Binary100100110011011011010011101111100101110111101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494db4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,77,180); }

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

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

 a { background-color: rgb(73,77,180); }

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

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

 span { border-color: rgb(73,77,180); }

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