#404D55

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

Shades of Atomic #404D55

Tints of Atomic #404D55

Color information

#404D55 (or 0x404D55) is unknown color: approx Atomic. HEX triplet: 40, 4D and 55. RGB value is (64,77,85). Sum of RGB (Red+Green+Blue) = 64+77+85=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #404D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D55 is #BFB2AA. Grayscale: #494949. Windows color (decimal): -12563115 or 5590336. OLE color: 5590336.

HSL color Cylindrical-coordinate representation of color #404D55: hue angle of 202.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404D55 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB647785-
CMYK0.250.0900.67
HSL202.86º14.09%29.22%-
HSV(B)202.86º24.71%33.33%-
XYZ6.417.059.62-
YUV74.02134.19120.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=28.32%
G=34.07%
B=37.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6477850.250.0900.67202.8614.0929.22
Hex404D55199043cbe1d
Octal100115125311101033131635
Binary1000000100110110101011100110010100001111001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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