#404D56

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

Shades of Atomic #404D56

Tints of Atomic #404D56

Color information

#404D56 (or 0x404D56) is unknown color: approx Atomic. HEX triplet: 40, 4D and 56. RGB value is (64,77,86). Sum of RGB (Red+Green+Blue) = 64+77+86=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 86 - color contains mainly: blue. Hex color #404D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D56 is #BFB2A9. Grayscale: #4A4A4A. Windows color (decimal): -12563114 or 5655872. OLE color: 5655872.

HSL color Cylindrical-coordinate representation of color #404D56: hue angle of 204.55º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #404D56 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB647786-
CMYK0.260.1000.66
HSL204.55º14.67%29.41%-
HSV(B)204.55º25.58%33.73%-
XYZ6.457.079.83-
YUV74.14134.69120.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=28.19%
G=33.92%
B=37.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6477860.260.1000.66204.5514.6729.41
Hex404D561AA042cdf1d
Octal100115126321201023151735
Binary1000000100110110101101101010100100001011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,77,86); }

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

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

 a { background-color: rgb(64,77,86); }

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

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

 span { border-color: rgb(64,77,86); }

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