#475058

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

Shades of Cello #475058

Tints of Cello #475058

Color information

#475058 (or 0x475058) is unknown color: approx Cello. HEX triplet: 47, 50 and 58. RGB value is (71,80,88). Sum of RGB (Red+Green+Blue) = 71+80+88=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 88 - color contains mainly: blue. Hex color #475058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475058 is #B8AFA7. Grayscale: #4E4E4E. Windows color (decimal): -12103592 or 5787719. OLE color: 5787719.

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

Color convert

RGB718088-
CMYK0.190.0900.65
HSL208.24º10.69%31.18%-
HSV(B)208.24º19.32%34.51%-
XYZ7.237.7810.35-
YUV78.22133.52122.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=29.71%
G=33.47%
B=36.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7180880.190.0900.65208.2410.6931.18
Hex475058139041d0b1f
Octal107120130231101013201337
Binary1000111101000010110001001110010100000111010000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475058; }

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

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

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

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

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

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

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

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