#404D54

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

Shades of Atomic #404D54

Tints of Atomic #404D54

Color information

#404D54 (or 0x404D54) is unknown color: approx Atomic. HEX triplet: 40, 4D and 54. RGB value is (64,77,84). Sum of RGB (Red+Green+Blue) = 64+77+84=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #404D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D54 is #BFB2AB. Grayscale: #494949. Windows color (decimal): -12563116 or 5524800. OLE color: 5524800.

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

Color convert

RGB647784-
CMYK0.240.0800.67
HSL201º13.51%29.02%-
HSV(B)201º23.81%32.94%-
XYZ6.377.049.41-
YUV73.91133.69120.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=28.44%
G=34.22%
B=37.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6477840.240.0800.6720113.5129.02
Hex404D54188043c9e1d
Octal100115124301001033111635
Binary1000000100110110101001100010000100001111001001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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