#475059

Color #475059 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #475059

Tints of Cello #475059

Color information

#475059 (or 0x475059) is unknown color: approx Cello. HEX triplet: 47, 50 and 59. RGB value is (71,80,89). Sum of RGB (Red+Green+Blue) = 71+80+89=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #475059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475059 is #B8AFA6. Grayscale: #4E4E4E. Windows color (decimal): -12103591 or 5853255. OLE color: 5853255.

HSL color Cylindrical-coordinate representation of color #475059: hue angle of 210º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475059 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB718089-
CMYK0.200.1000.65
HSL210º11.25%31.37%-
HSV(B)210º20.22%34.9%-
XYZ7.277.810.57-
YUV78.33134.02122.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=29.58%
G=33.33%
B=37.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7180890.200.1000.6521011.2531.37
Hex47505914A041d2b1f
Octal107120131241201013221337
Binary1000111101000010110011010010100100000111010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475059; }

 p { color: rgb(71,80,89); }

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

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

 a { background-color: rgb(71,80,89); }

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

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

 span { border-color: rgb(71,80,89); }

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