#474C5B

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

Shades of Blue Zodiac #474C5B

Tints of Blue Zodiac #474C5B

Color information

#474C5B (or 0x474C5B) is unknown color: approx Blue Zodiac. HEX triplet: 47, 4C and 5B. RGB value is (71,76,91). Sum of RGB (Red+Green+Blue) = 71+76+91=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #474C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C5B is #B8B3A4. Grayscale: #4C4C4C. Windows color (decimal): -12104613 or 5983303. OLE color: 5983303.

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

Color convert

RGB717691-
CMYK0.220.1600.64
HSL225º12.35%31.76%-
HSV(B)225º21.98%35.69%-
XYZ7.077.2610.93-
YUV76.21136.34124.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=29.83%
G=31.93%
B=38.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7176910.220.1600.6422512.3531.76
Hex474C5B1610040e1c20
Octal107114133262001003411440
Binary100011110011001011011101101000001000000111000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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