#4953AE

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

Shades of Rich Blue #4953AE

Tints of Rich Blue #4953AE

Color information

#4953AE (or 0x4953AE) is unknown color: approx Rich Blue. HEX triplet: 49, 53 and AE. RGB value is (73,83,174). Sum of RGB (Red+Green+Blue) = 73+83+174=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #4953AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4953AE is #B6AC51. Grayscale: #5A5A5A. Windows color (decimal): -11971666 or 11424585. OLE color: 11424585.

HSL color Cylindrical-coordinate representation of color #4953AE: hue angle of 234.06º 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 #4953AE is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7383174-
CMYK0.580.5200.32
HSL234.06º40.89%48.43%-
HSV(B)234.06º58.05%68.24%-
XYZ13.4810.6641.39-
YUV90.38175.19115.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=22.12%
G=25.15%
B=52.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73831740.580.5200.32234.0640.8948.43
Hex4953AE3A34020ea2930
Octal11112325672640403525160
Binary1001001101001110101110111010110100010000011101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4953AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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