Html Css Color HEX #404742 Goblin

📋 copy color: '#404742'

red 64 ◦ green 71 ◦ blue 66

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

Shades of Goblin #404742

Tints of Goblin #404742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.32%

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

R = 31.84%
G = 35.32%
B = 32.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#404742 (or 0x404742) is known color: Goblin. HEX triplet: 40, 47 and 42. RGB value is (64,71,66). Sum of RGB (Red+Green+Blue) = 64+71+66=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 71 - color contains mainly: green. Hex color #404742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404742 is #BFB8BD. Grayscale: #444444. Windows color (decimal): -12564670 or 4343616. OLE color: 4343616.

HSL color Cylindrical-coordinate representation of color #404742: hue angle of 137.14º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404742 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 66 -
CMYK 0.10 0 0.07 0.72
HSL 137.14º 0.05% 0.26% -
HSV(B) 137.14º 0.1% 0.28% -
XYZ 5.35 5.99 6.03 -
YUV 68.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 64 71 66 0.10 0 0.07 0.72 137.14 0.05 0.26
Hex 40 47 42 A 0 7 48 89 5 1A
Octal 100 107 102 12 0 7 110 211 5 32
Binary 1000000 1000111 1000010 1010 0 111 1001000 10001001 101 11010

Color Harmonies of #404742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404742

Black with #404742

Text Example


Text Example

White with #404742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404742; }

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

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

background-color css

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

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

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

border-color css

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

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

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