#404B43

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

Shades of Goblin #404B43

Tints of Goblin #404B43

Color information

#404B43 (or 0x404B43) is unknown color: approx Goblin. HEX triplet: 40, 4B and 43. RGB value is (64,75,67). Sum of RGB (Red+Green+Blue) = 64+75+67=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #404B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B43 is #BFB4BC. Grayscale: #464646. Windows color (decimal): -12563645 or 4410176. OLE color: 4410176.

HSL color Cylindrical-coordinate representation of color #404B43: hue angle of 136.36º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #404B43 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB647567-
CMYK0.1500.110.71
HSL136.36º7.91%27.25%-
HSV(B)136.36º14.67%29.41%-
XYZ5.646.536.27-
YUV70.8125.86123.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=31.07%
G=36.41%
B=32.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6475670.1500.110.71136.367.9127.25
Hex404B43F0B478881b
Octal100113103170131072101033
Binary100000010010111000011111101011100011110001000100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404B43; }

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

 H1.HeaderClassName
 {
   color: #404B43;
 }
 .AnyTagClassName
 {
   color: #404B43;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #404B43;
 }
 .BgClassName
 {
   background-color: #404B43;
 }
</style>
border-color css

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

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

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