#464D48

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

Shades of Goblin #464D48

Tints of Goblin #464D48

Color information

#464D48 (or 0x464D48) is unknown color: approx Goblin. HEX triplet: 46, 4D and 48. RGB value is (70,77,72). Sum of RGB (Red+Green+Blue) = 70+77+72=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 77 - color contains mainly: green. Hex color #464D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D48 is #B9B2B7. Grayscale: #4A4A4A. Windows color (decimal): -12169912 or 4738374. OLE color: 4738374.

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

Color convert

RGB707772-
CMYK0.0900.060.70
HSL137.14º4.76%28.82%-
HSV(B)137.14º9.09%30.2%-
XYZ6.357.087.16-
YUV74.34126.68124.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=31.96%
G=35.16%
B=32.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7077720.0900.060.70137.144.7628.82
Hex464D48906468951d
Octal1061151101106106211535
Binary1000110100110110010001001011010001101000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,77,72); }

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

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

 a { background-color: rgb(70,77,72); }

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

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

 span { border-color: rgb(70,77,72); }

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