#47525E

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

Shades of Cello #47525E

Tints of Cello #47525E

Color information

#47525E (or 0x47525E) is unknown color: approx Cello. HEX triplet: 47, 52 and 5E. RGB value is (71,82,94). Sum of RGB (Red+Green+Blue) = 71+82+94=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 94 - color contains mainly: blue. Hex color #47525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47525E is #B8ADA1. Grayscale: #505050. Windows color (decimal): -12103074 or 6181447. OLE color: 6181447.

HSL color Cylindrical-coordinate representation of color #47525E: hue angle of 211.3º 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 #47525E is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB718294-
CMYK0.240.1300.63
HSL211.3º13.94%32.35%-
HSV(B)211.3º24.47%36.86%-
XYZ7.648.1811.77-
YUV80.08135.86121.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.74%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=28.74%
G=33.20%
B=38.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7182940.240.1300.63211.313.9432.35
Hex47525E18D03Fd3e20
Octal10712213630150773231640
Binary1000111101001010111101100011010111111110100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47525E; }

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

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

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

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

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

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

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

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