#404E57

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

Shades of Atomic #404E57

Tints of Atomic #404E57

Color information

#404E57 (or 0x404E57) is unknown color: approx Atomic. HEX triplet: 40, 4E and 57. RGB value is (64,78,87). Sum of RGB (Red+Green+Blue) = 64+78+87=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #404E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E57 is #BFB1A8. Grayscale: #4A4A4A. Windows color (decimal): -12562857 or 5721664. OLE color: 5721664.

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

Color convert

RGB647887-
CMYK0.260.1000.66
HSL203.48º15.23%29.61%-
HSV(B)203.48º26.44%34.12%-
XYZ6.567.2310.07-
YUV74.84134.86120.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 87 (34.38% from 255) = 37.99%
R=27.95%
G=34.06%
B=37.99%

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
Decimal6478870.260.1000.66203.4815.2329.61
Hex404E571AA042cbf1e
Octal100116127321201023131736
Binary1000000100111010101111101010100100001011001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,78,87); }

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

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

 a { background-color: rgb(64,78,87); }

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

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

 span { border-color: rgb(64,78,87); }

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