#47515D

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

Shades of Cello #47515D

Tints of Cello #47515D

Color information

#47515D (or 0x47515D) is unknown color: approx Cello. HEX triplet: 47, 51 and 5D. RGB value is (71,81,93). Sum of RGB (Red+Green+Blue) = 71+81+93=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #47515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47515D is #B8AEA2. Grayscale: #4F4F4F. Windows color (decimal): -12103331 or 6115655. OLE color: 6115655.

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

Color convert

RGB718193-
CMYK0.240.1300.64
HSL212.73º13.41%32.16%-
HSV(B)212.73º23.66%36.47%-
XYZ7.528.0111.51-
YUV79.38135.69122.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=28.98%
G=33.06%
B=37.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7181930.240.1300.64212.7313.4132.16
Hex47515D18D040d5d20
Octal107121135301501003251540
Binary10001111010001101110111000110101000000110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47515D; }

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

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

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

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

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

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

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

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