#474951

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

Shades of Blue Zodiac #474951

Tints of Blue Zodiac #474951

Color information

#474951 (or 0x474951) is unknown color: approx Blue Zodiac. HEX triplet: 47, 49 and 51. RGB value is (71,73,81). Sum of RGB (Red+Green+Blue) = 71+73+81=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #474951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474951 is #B8B6AE. Grayscale: #494949. Windows color (decimal): -12105391 or 5327175. OLE color: 5327175.

HSL color Cylindrical-coordinate representation of color #474951: hue angle of 228º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #474951 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB717381-
CMYK0.120.1000.68
HSL228º6.58%29.8%-
HSV(B)228º12.35%31.76%-
XYZ6.476.78.74-
YUV73.31132.34126.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 81 (32.03% from 255) = 36%
R=31.56%
G=32.44%
B=36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7173810.120.1000.682286.5829.8
Hex474951CA044e471e
Octal10711112114120104344736
Binary10001111001001101000111001010010001001110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474951; }

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

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

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

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

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

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

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

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