#4959AE

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

Shades of Rich Blue #4959AE

Tints of Rich Blue #4959AE

Color information

#4959AE (or 0x4959AE) is unknown color: approx Rich Blue. HEX triplet: 49, 59 and AE. RGB value is (73,89,174). Sum of RGB (Red+Green+Blue) = 73+89+174=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #4959AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4959AE is #B6A651. Grayscale: #5D5D5D. Windows color (decimal): -11970130 or 11426121. OLE color: 11426121.

HSL color Cylindrical-coordinate representation of color #4959AE: hue angle of 230.5º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4959AE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7389174-
CMYK0.580.4900.32
HSL230.5º40.89%48.43%-
HSV(B)230.5º58.05%68.24%-
XYZ13.9611.6241.55-
YUV93.91173.2113.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=21.73%
G=26.49%
B=51.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73891740.580.4900.32230.540.8948.43
Hex4959AE3A31020e62930
Octal11113125672610403465160
Binary1001001101100110101110111010110001010000011100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4959AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4959AE; }

 p { color: rgb(73,89,174); }

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

<style>
 a { background-color: #4959AE; }

 a { background-color: rgb(73,89,174); }

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

<style>
 span { border-color: #4959AE; }

 span { border-color: rgb(73,89,174); }

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