#404F57

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

Shades of Atomic #404F57

Tints of Atomic #404F57

Color information

#404F57 (or 0x404F57) is unknown color: approx Atomic. HEX triplet: 40, 4F and 57. RGB value is (64,79,87). Sum of RGB (Red+Green+Blue) = 64+79+87=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: blue. Hex color #404F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F57 is #BFB0A8. Grayscale: #4B4B4B. Windows color (decimal): -12562601 or 5721920. OLE color: 5721920.

HSL color Cylindrical-coordinate representation of color #404F57: hue angle of 200.87º 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 #404F57 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB647987-
CMYK0.260.0900.66
HSL200.87º15.23%29.61%-
HSV(B)200.87º26.44%34.12%-
XYZ6.637.3710.09-
YUV75.43134.53119.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 87 (34.38% from 255) = 37.83%
R=27.83%
G=34.35%
B=37.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6479870.260.0900.66200.8715.2329.61
Hex404F571A9042c9f1e
Octal100117127321101023111736
Binary1000000100111110101111101010010100001011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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