Html Css Color HEX #465048 Goblin

📋 copy color: '#465048'

red 70 ◦ green 80 ◦ blue 72

#465048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #465048

Tints of Goblin #465048

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 value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#465048 (or 0x465048) is known color: 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

RGB 70 80 72 -
CMYK 0.12 0 0.10 0.69
HSL 132º 0.07% 0.29% -
HSV(B) 132º 0.13% 0.31% -
XYZ 6.56 7.51 7.23 -
YUV 76.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 70 80 72 0.12 0 0.10 0.69 132 0.07 0.29
Hex 46 50 48 C 0 A 45 84 7 1D
Octal 106 120 110 14 0 12 105 204 7 35
Binary 1000110 1010000 1001000 1100 0 1010 1000101 10000100 111 11101

Color Harmonies of #465048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465048

Black with #465048

Text Example


Text Example

White with #465048

Text Example


Text Example

HTML Codes & Css Web 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>