#474956

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

Shades of Blue Zodiac #474956

Tints of Blue Zodiac #474956

Color information

#474956 (or 0x474956) is unknown color: approx Blue Zodiac. HEX triplet: 47, 49 and 56. RGB value is (71,73,86). Sum of RGB (Red+Green+Blue) = 71+73+86=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 86 - color contains mainly: blue. Hex color #474956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474956 is #B8B6A9. Grayscale: #494949. Windows color (decimal): -12105386 or 5654855. OLE color: 5654855.

HSL color Cylindrical-coordinate representation of color #474956: hue angle of 232º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #474956 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB717386-
CMYK0.170.1500.66
HSL232º9.55%30.78%-
HSV(B)232º17.44%33.73%-
XYZ6.666.789.76-
YUV73.88134.84125.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=30.87%
G=31.74%
B=37.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7173860.170.1500.662329.5530.78
Hex47495611F042e8a1f
Octal107111126211701023501237
Binary1000111100100110101101000111110100001011101000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474956; }

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

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

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

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

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

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

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

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