#474C5C

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

Shades of Blue Zodiac #474C5C

Tints of Blue Zodiac #474C5C

Color information

#474C5C (or 0x474C5C) is unknown color: approx Blue Zodiac. HEX triplet: 47, 4C and 5C. RGB value is (71,76,92). Sum of RGB (Red+Green+Blue) = 71+76+92=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #474C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C5C is #B8B3A3. Grayscale: #4C4C4C. Windows color (decimal): -12104612 or 6048839. OLE color: 6048839.

HSL color Cylindrical-coordinate representation of color #474C5C: hue angle of 225.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #474C5C is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB717692-
CMYK0.230.1700.64
HSL225.71º12.88%31.96%-
HSV(B)225.71º22.83%36.08%-
XYZ7.117.2811.16-
YUV76.33136.84124.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=29.71%
G=31.80%
B=38.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7176920.230.1700.64225.7112.8831.96
Hex474C5C1711040e2d20
Octal107114134272101003421540
Binary100011110011001011100101111000101000000111000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474C5C; }

 p { color: rgb(71,76,92); }

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

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

 a { background-color: rgb(71,76,92); }

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

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

 span { border-color: rgb(71,76,92); }

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