#474B5E

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

Shades of Blue Zodiac #474B5E

Tints of Blue Zodiac #474B5E

Color information

#474B5E (or 0x474B5E) is unknown color: approx Blue Zodiac. HEX triplet: 47, 4B and 5E. RGB value is (71,75,94). Sum of RGB (Red+Green+Blue) = 71+75+94=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #474B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B5E is #B8B4A1. Grayscale: #4B4B4B. Windows color (decimal): -12104866 or 6179655. OLE color: 6179655.

HSL color Cylindrical-coordinate representation of color #474B5E: hue angle of 229.57º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #474B5E is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB717594-
CMYK0.240.2000.63
HSL229.57º13.94%32.35%-
HSV(B)229.57º24.47%36.86%-
XYZ7.137.1811.6-
YUV75.97138.17124.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=29.58%
G=31.25%
B=39.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7175940.240.2000.63229.5713.9432.35
Hex474B5E181403Fe6e20
Octal10711313630240773461640
Binary10001111001011101111011000101000111111111001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,75,94); }

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

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

 a { background-color: rgb(71,75,94); }

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

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

 span { border-color: rgb(71,75,94); }

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