#474C48

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

Shades of Goblin #474C48

Tints of Goblin #474C48

Color information

#474C48 (or 0x474C48) is unknown color: approx Goblin. HEX triplet: 47, 4C and 48. RGB value is (71,76,72). Sum of RGB (Red+Green+Blue) = 71+76+72=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 76 - color contains mainly: green. Hex color #474C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C48 is #B8B3B7. Grayscale: #4A4A4A. Windows color (decimal): -12104632 or 4738119. OLE color: 4738119.

HSL color Cylindrical-coordinate representation of color #474C48: hue angle of 132º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #474C48 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB717672-
CMYK0.0700.050.70
HSL132º3.4%28.82%-
HSV(B)132º6.58%29.8%-
XYZ6.356.987.14-
YUV74.05126.84125.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=32.42%
G=34.70%
B=32.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7176720.0700.050.701323.428.82
Hex474C48705468431d
Octal107114110705106204335
Binary10001111001100100100011101011000110100001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474C48; }

 p { color: rgb(71,76,72); }

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

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

 a { background-color: rgb(71,76,72); }

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

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

 span { border-color: rgb(71,76,72); }

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