#4956AD

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

Shades of Rich Blue #4956AD

Tints of Rich Blue #4956AD

Color information

#4956AD (or 0x4956AD) is unknown color: approx Rich Blue. HEX triplet: 49, 56 and AD. RGB value is (73,86,173). Sum of RGB (Red+Green+Blue) = 73+86+173=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #4956AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4956AD is #B6A952. Grayscale: #5B5B5B. Windows color (decimal): -11970899 or 11359817. OLE color: 11359817.

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

Color convert

RGB7386173-
CMYK0.580.5000.32
HSL232.2º40.65%48.24%-
HSV(B)232.2º57.8%67.84%-
XYZ13.6211.0940.96-
YUV92.03173.69114.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=21.99%
G=25.90%
B=52.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73861730.580.5000.32232.240.6548.24
Hex4956AD3A32020e82930
Octal11112625572620403505160
Binary1001001101011010101101111010110010010000011101000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4956AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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