#404743

Color #404743 Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #404743

Tints of Goblin #404743

Color information

#404743 (or 0x404743) is unknown color: approx 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

RGB647167-
CMYK0.1000.060.72
HSL145.71º5.19%26.47%-
HSV(B)145.71º9.86%27.84%-
XYZ5.3866.19-
YUV68.45127.18124.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471670.1000.060.72145.715.1926.47
Hex404743A06489251a
Octal1001071031206110222532
Binary1000000100011110000111010011010010001001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>