#494FB2

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

Shades of Rich Blue #494FB2

Tints of Rich Blue #494FB2

Color information

#494FB2 (or 0x494FB2) is unknown color: approx Rich Blue. HEX triplet: 49, 4F and B2. RGB value is (73,79,178). Sum of RGB (Red+Green+Blue) = 73+79+178=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 178 (69.92% from 255 or 53.94% from 330); Max value from RGB is 178 - color contains mainly: blue. Hex color #494FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494FB2 is #B6B04D. Grayscale: #585858. Windows color (decimal): -11972686 or 11685705. OLE color: 11685705.

HSL color Cylindrical-coordinate representation of color #494FB2: hue angle of 236.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #494FB2 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7379178-
CMYK0.590.5600.30
HSL236.57º41.83%49.22%-
HSV(B)236.57º58.99%69.8%-
XYZ13.5810.2243.38-
YUV88.49178.51116.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 178 (69.92% from 255) = 53.94%
R=22.12%
G=23.94%
B=53.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73791780.590.5600.30236.5741.8349.22
Hex494FB23B3801Eed2a31
Octal11111726273700363555261
Binary100100110011111011001011101111100001111011101101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,79,178); }

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

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

 a { background-color: rgb(73,79,178); }

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

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

 span { border-color: rgb(73,79,178); }

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