#464B47

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

Shades of Goblin #464B47

Tints of Goblin #464B47

Color information

#464B47 (or 0x464B47) is unknown color: approx Goblin. HEX triplet: 46, 4B and 47. RGB value is (70,75,71). Sum of RGB (Red+Green+Blue) = 70+75+71=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 75 - color contains mainly: green. Hex color #464B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B47 is #B9B4B8. Grayscale: #494949. Windows color (decimal): -12170425 or 4672326. OLE color: 4672326.

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

Color convert

RGB707571-
CMYK0.0700.050.71
HSL132º3.45%28.43%-
HSV(B)132º6.67%29.41%-
XYZ6.186.796.95-
YUV73.05126.84125.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=32.41%
G=34.72%
B=32.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7075710.0700.050.711323.4528.43
Hex464B47705478431c
Octal106113107705107204334
Binary10001101001011100011111101011000111100001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464B47; }

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

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

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

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

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

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

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

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