Html Css Color HEX #404843 Goblin

📋 copy color: '#404843'

red 64 ◦ green 72 ◦ blue 67

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

Shades of Goblin #404843

Tints of Goblin #404843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33%

R = 31.53%
G = 35.47%
B = 33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#404843 (or 0x404843) is known color: Goblin. HEX triplet: 40, 48 and 43. RGB value is (64,72,67). Sum of RGB (Red+Green+Blue) = 64+72+67=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 72 - color contains mainly: green. Hex color #404843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404843 is #BFB7BC. Grayscale: #454545. Windows color (decimal): -12564413 or 4409408. OLE color: 4409408.

HSL color Cylindrical-coordinate representation of color #404843: hue angle of 142.5º 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 #404843 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 67 -
CMYK 0.11 0 0.07 0.72
HSL 142.5º 0.06% 0.27% -
HSV(B) 142.5º 0.11% 0.28% -
XYZ 5.44 6.13 6.21 -
YUV 69.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 64 72 67 0.11 0 0.07 0.72 142.5 0.06 0.27
Hex 40 48 43 B 0 7 48 8E 6 1B
Octal 100 110 103 13 0 7 110 216 6 33
Binary 1000000 1001000 1000011 1011 0 111 1001000 10001110 110 11011

Color Harmonies of #404843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404843

Black with #404843

Text Example


Text Example

White with #404843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404843; }

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

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

background-color css

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

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

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

border-color css

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

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

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