#4956AF

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

Shades of Rich Blue #4956AF

Tints of Rich Blue #4956AF

Color information

#4956AF (or 0x4956AF) is unknown color: approx Rich Blue. HEX triplet: 49, 56 and AF. RGB value is (73,86,175). Sum of RGB (Red+Green+Blue) = 73+86+175=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #4956AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4956AF is #B6A950. Grayscale: #5B5B5B. Windows color (decimal): -11970897 or 11490889. OLE color: 11490889.

HSL color Cylindrical-coordinate representation of color #4956AF: hue angle of 232.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4956AF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7386175-
CMYK0.580.5100.31
HSL232.35º41.13%48.63%-
HSV(B)232.35º58.29%68.63%-
XYZ13.8111.1741.98-
YUV92.26174.69114.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 175 (68.75% from 255) = 52.40%
R=21.86%
G=25.75%
B=52.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73861750.580.5100.31232.3541.1348.63
Hex4956AF3A3301Fe82931
Octal11112625772630373505161
Binary100100110101101010111111101011001101111111101000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4956AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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