Html Css Color HEX #464F48 Goblin

📋 copy color: '#464F48'

red 70 ◦ green 79 ◦ blue 72

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

Shades of Goblin #464F48

Tints of Goblin #464F48

RGB

 RED value IS 70 (27.73% from 255) = 31.67%

 GREEN value IS 79 (31.25% from 255) = 35.75%

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 31.67%
G = 35.75%
B = 32.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#464F48 (or 0x464F48) is known color: Goblin. HEX triplet: 46, 4F and 48. RGB value is (70,79,72). Sum of RGB (Red+Green+Blue) = 70+79+72=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 79 - color contains mainly: green. Hex color #464F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F48 is #B9B0B7. Grayscale: #4B4B4B. Windows color (decimal): -12169400 or 4738886. OLE color: 4738886.

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

Color convert

RGB 70 79 72 -
CMYK 0.11 0 0.09 0.69
HSL 133.33º 0.06% 0.29% -
HSV(B) 133.33º 0.11% 0.31% -
XYZ 6.49 7.36 7.21 -
YUV 75.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 70 79 72 0.11 0 0.09 0.69 133.33 0.06 0.29
Hex 46 4F 48 B 0 9 45 85 6 1D
Octal 106 117 110 13 0 11 105 205 6 35
Binary 1000110 1001111 1001000 1011 0 1001 1000101 10000101 110 11101

Color Harmonies of #464F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F48

Black with #464F48

Text Example


Text Example

White with #464F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #464F48;
 }
 .AnyTagClassName
 {
   color: #464F48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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