#474C5D

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

Shades of Blue Zodiac #474C5D

Tints of Blue Zodiac #474C5D

Color information

#474C5D (or 0x474C5D) is unknown color: approx Blue Zodiac. HEX triplet: 47, 4C and 5D. RGB value is (71,76,93). Sum of RGB (Red+Green+Blue) = 71+76+93=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #474C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C5D is #B8B3A2. Grayscale: #4C4C4C. Windows color (decimal): -12104611 or 6114375. OLE color: 6114375.

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

Color convert

RGB717693-
CMYK0.240.1800.64
HSL226.36º13.41%32.16%-
HSV(B)226.36º23.66%36.47%-
XYZ7.167.311.39-
YUV76.44137.34124.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=29.58%
G=31.67%
B=38.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7176930.240.1800.64226.3613.4132.16
Hex474C5D1812040e2d20
Octal107114135302201003421540
Binary100011110011001011101110001001001000000111000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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