#404C53

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

Shades of Atomic #404C53

Tints of Atomic #404C53

Color information

#404C53 (or 0x404C53) is unknown color: approx Atomic. HEX triplet: 40, 4C and 53. RGB value is (64,76,83). Sum of RGB (Red+Green+Blue) = 64+76+83=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #404C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C53 is #BFB3AC. Grayscale: #494949. Windows color (decimal): -12563373 or 5459008. OLE color: 5459008.

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

Color convert

RGB647683-
CMYK0.230.0800.67
HSL202.11º12.93%28.82%-
HSV(B)202.11º22.89%32.55%-
XYZ6.266.889.18-
YUV73.21133.52121.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=28.70%
G=34.08%
B=37.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6476830.230.0800.67202.1112.9328.82
Hex404C53178043cad1d
Octal100114123271001033121535
Binary1000000100110010100111011110000100001111001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,76,83); }

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

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

 a { background-color: rgb(64,76,83); }

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

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

 span { border-color: rgb(64,76,83); }

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