#465048

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

Shades of Goblin #465048

Tints of Goblin #465048

Color information

#465048 (or 0x465048) is unknown color: approx Goblin. HEX triplet: 46, 50 and 48. RGB value is (70,80,72). Sum of RGB (Red+Green+Blue) = 70+80+72=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #465048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465048 is #B9AFB7. Grayscale: #4C4C4C. Windows color (decimal): -12169144 or 4739142. OLE color: 4739142.

HSL color Cylindrical-coordinate representation of color #465048: hue angle of 132º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #465048 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB708072-
CMYK0.1200.100.69
HSL132º6.67%29.41%-
HSV(B)132º12.5%31.37%-
XYZ6.567.517.23-
YUV76.1125.69123.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=31.53%
G=36.04%
B=32.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080720.1200.100.691326.6729.41
Hex465048C0A458471d
Octal10612011014012105204735
Binary10001101010000100100011000101010001011000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465048; }

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

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

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

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

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

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

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

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