Html Css Color HEX #404439 Zeus

📋 copy color: '#404439'

red 64 ◦ green 68 ◦ blue 57

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

Shades of Zeus #404439

Tints of Zeus #404439

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 value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#404439 (or 0x404439) is known color: 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

RGB 64 68 57 -
CMYK 0.06 0 0.16 0.73
HSL 81.82º 0.09% 0.25% -
HSV(B) 81.82º 0.16% 0.27% -
XYZ 4.92 5.52 4.68 -
YUV 65.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 64 68 57 0.06 0 0.16 0.73 81.82 0.09 0.25
Hex 40 44 39 6 0 10 49 52 9 19
Octal 100 104 71 6 0 20 111 122 11 31
Binary 1000000 1000100 111001 110 0 10000 1001001 1010010 1001 11001

Color Harmonies of #404439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404439

Black with #404439

Text Example


Text Example

White with #404439

Text Example


Text Example

HTML Codes & Css Web 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>