#474C5A

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

Shades of Blue Zodiac #474C5A

Tints of Blue Zodiac #474C5A

Color information

#474C5A (or 0x474C5A) is unknown color: approx Blue Zodiac. HEX triplet: 47, 4C and 5A. RGB value is (71,76,90). Sum of RGB (Red+Green+Blue) = 71+76+90=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #474C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C5A is #B8B3A5. Grayscale: #4C4C4C. Windows color (decimal): -12104614 or 5917767. OLE color: 5917767.

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

Color convert

RGB717690-
CMYK0.210.1600.65
HSL224.21º11.8%31.57%-
HSV(B)224.21º21.11%35.29%-
XYZ7.037.2510.7-
YUV76.1135.84124.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=29.96%
G=32.07%
B=37.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7176900.210.1600.65224.2111.831.57
Hex474C5A1510041e0c20
Octal107114132252001013401440
Binary100011110011001011010101011000001000001111000001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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