Html Css Color HEX #404743 Goblin

📋 copy color: '#404743'

red 64 ◦ green 71 ◦ blue 67

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

Shades of Goblin #404743

Tints of Goblin #404743

RGB

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

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

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

R = 31.68%
G = 35.15%
B = 33.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#404743 (or 0x404743) is known color: Goblin. HEX triplet: 40, 47 and 43. RGB value is (64,71,67). Sum of RGB (Red+Green+Blue) = 64+71+67=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 71 - color contains mainly: green. Hex color #404743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404743 is #BFB8BC. Grayscale: #444444. Windows color (decimal): -12564669 or 4409152. OLE color: 4409152.

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

Color convert

RGB 64 71 67 -
CMYK 0.10 0 0.06 0.72
HSL 145.71º 0.05% 0.26% -
HSV(B) 145.71º 0.1% 0.28% -
XYZ 5.38 6 6.19 -
YUV 68.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 64 71 67 0.10 0 0.06 0.72 145.71 0.05 0.26
Hex 40 47 43 A 0 6 48 92 5 1A
Octal 100 107 103 12 0 6 110 222 5 32
Binary 1000000 1000111 1000011 1010 0 110 1001000 10010010 101 11010

Color Harmonies of #404743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404743

Black with #404743

Text Example


Text Example

White with #404743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404743; }

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

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

background-color css

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

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

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

border-color css

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

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

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