#404439

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

Shades of Zeus #404439

Tints of Zeus #404439

Color information

#404439 (or 0x404439) is unknown color: approx Zeus. HEX triplet: 40, 44 and 39. RGB value is (64,68,57). Sum of RGB (Red+Green+Blue) = 64+68+57=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 68 - color contains mainly: green. Hex color #404439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404439 is #BFBBC6. Grayscale: #414141. Windows color (decimal): -12565447 or 3753024. OLE color: 3753024.

HSL color Cylindrical-coordinate representation of color #404439: hue angle of 81.82º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404439 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB646857-
CMYK0.0600.160.73
HSL81.82º8.8%24.51%-
HSV(B)81.82º16.18%26.67%-
XYZ4.925.524.68-
YUV65.55123.17126.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 57 (22.66% from 255) = 30.16%
R=33.86%
G=35.98%
B=30.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468570.0600.160.7381.828.824.51
Hex40443960104952919
Octal1001047160201111221131
Binary1000000100010011100111001000010010011010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404439; }

 p { color: rgb(64,68,57); }

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

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

 a { background-color: rgb(64,68,57); }

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

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

 span { border-color: rgb(64,68,57); }

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