#404F56

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

Shades of Atomic #404F56

Tints of Atomic #404F56

Color information

#404F56 (or 0x404F56) is unknown color: approx Atomic. HEX triplet: 40, 4F and 56. RGB value is (64,79,86). Sum of RGB (Red+Green+Blue) = 64+79+86=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #404F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F56 is #BFB0A9. Grayscale: #4B4B4B. Windows color (decimal): -12562602 or 5656384. OLE color: 5656384.

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

Color convert

RGB647986-
CMYK0.260.0800.66
HSL199.09º14.67%29.41%-
HSV(B)199.09º25.58%33.73%-
XYZ6.597.359.88-
YUV75.31134.03119.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=27.95%
G=34.50%
B=37.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6479860.260.0800.66199.0914.6729.41
Hex404F561A8042c7f1d
Octal100117126321001023071735
Binary1000000100111110101101101010000100001011000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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