#494BB5

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

Shades of Rich Blue #494BB5

Tints of Rich Blue #494BB5

Color information

#494BB5 (or 0x494BB5) is unknown color: approx Rich Blue. HEX triplet: 49, 4B and B5. RGB value is (73,75,181). Sum of RGB (Red+Green+Blue) = 73+75+181=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #494BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BB5 is #B6B44A. Grayscale: #565656. Windows color (decimal): -11973707 or 11881289. OLE color: 11881289.

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

Color convert

RGB7375181-
CMYK0.600.5900.29
HSL238.89º42.52%49.8%-
HSV(B)238.89º59.67%70.98%-
XYZ13.69.7844.89-
YUV86.49181.34118.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 181 (71.09% from 255) = 55.02%
R=22.19%
G=22.80%
B=55.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73751810.600.5900.29238.8942.5249.8
Hex494BB53C3B01Def2b32
Octal11111326574730353575362
Binary100100110010111011010111110011101101110111101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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