#474B48

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

Shades of Goblin #474B48

Tints of Goblin #474B48

Color information

#474B48 (or 0x474B48) is unknown color: approx Goblin. HEX triplet: 47, 4B and 48. RGB value is (71,75,72). Sum of RGB (Red+Green+Blue) = 71+75+72=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 75 - color contains mainly: green. Hex color #474B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B48 is #B8B4B7. Grayscale: #494949. Windows color (decimal): -12104888 or 4737863. OLE color: 4737863.

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

Color convert

RGB717572-
CMYK0.0500.040.71
HSL135º2.74%28.63%-
HSV(B)135º5.33%29.41%-
XYZ6.286.847.12-
YUV73.46127.17126.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=32.57%
G=34.40%
B=33.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7175720.0500.040.711352.7428.63
Hex474B48504478731d
Octal107113110504107207335
Binary10001111001011100100010101001000111100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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