#4953AD

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

Shades of Rich Blue #4953AD

Tints of Rich Blue #4953AD

Color information

#4953AD (or 0x4953AD) is unknown color: approx Rich Blue. HEX triplet: 49, 53 and AD. RGB value is (73,83,173). Sum of RGB (Red+Green+Blue) = 73+83+173=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #4953AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4953AD is #B6AC52. Grayscale: #595959. Windows color (decimal): -11971667 or 11359049. OLE color: 11359049.

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

Color convert

RGB7383173-
CMYK0.580.5200.32
HSL234º40.65%48.24%-
HSV(B)234º57.8%67.84%-
XYZ13.3810.6240.88-
YUV90.27174.69115.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=22.19%
G=25.23%
B=52.58%

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
Decimal73831730.580.5200.3223440.6548.24
Hex4953AD3A34020ea2930
Octal11112325572640403525160
Binary1001001101001110101101111010110100010000011101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4953AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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