Html Css Color HEX #404842 Goblin

📋 copy color: '#404842'

red 64 ◦ green 72 ◦ blue 66

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

Shades of Goblin #404842

Tints of Goblin #404842

RGB

 RED value IS 64 (25.39% from 255) = 31.68%

 GREEN value IS 72 (28.52% from 255) = 35.64%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 31.68%
G = 35.64%
B = 32.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#404842 (or 0x404842) is known color: Goblin. HEX triplet: 40, 48 and 42. RGB value is (64,72,66). Sum of RGB (Red+Green+Blue) = 64+72+66=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 72 - color contains mainly: green. Hex color #404842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404842 is #BFB7BD. Grayscale: #444444. Windows color (decimal): -12564414 or 4343872. OLE color: 4343872.

HSL color Cylindrical-coordinate representation of color #404842: hue angle of 135º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #404842 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 66 -
CMYK 0.11 0 0.08 0.72
HSL 135º 0.06% 0.27% -
HSV(B) 135º 0.11% 0.28% -
XYZ 5.42 6.12 6.05 -
YUV 68.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 64 72 66 0.11 0 0.08 0.72 135 0.06 0.27
Hex 40 48 42 B 0 8 48 87 6 1B
Octal 100 110 102 13 0 10 110 207 6 33
Binary 1000000 1001000 1000010 1011 0 1000 1001000 10000111 110 11011

Color Harmonies of #404842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404842

Black with #404842

Text Example


Text Example

White with #404842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404842; }

 p { color: rgb(64,72,66); }

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

background-color css

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

 a { background-color: rgb(64,72,66); }

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

border-color css

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

 span { border-color: rgb(64,72,66); }

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