#475464

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

Shades of Cello #475464

Tints of Cello #475464

Color information

#475464 (or 0x475464) is unknown color: approx Cello. HEX triplet: 47, 54 and 64. RGB value is (71,84,100). Sum of RGB (Red+Green+Blue) = 71+84+100=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 100 - color contains mainly: blue. Hex color #475464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475464 is #B8AB9B. Grayscale: #515151. Windows color (decimal): -12102556 or 6575175. OLE color: 6575175.

HSL color Cylindrical-coordinate representation of color #475464: hue angle of 213.1º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #475464 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7184100-
CMYK0.290.1600.61
HSL213.1º16.96%33.53%-
HSV(B)213.1º29%39.22%-
XYZ8.078.613.29-
YUV81.94138.19120.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 100 (39.45% from 255) = 39.22%
R=27.84%
G=32.94%
B=39.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71841000.290.1600.61213.116.9633.53
Hex4754641D1003Dd51122
Octal10712414435200753252142
Binary100011110101001100100111011000001111011101010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475464; }

 p { color: rgb(71,84,100); }

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

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

 a { background-color: rgb(71,84,100); }

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

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

 span { border-color: rgb(71,84,100); }

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