#404C52

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

Shades of Atomic #404C52

Tints of Atomic #404C52

Color information

#404C52 (or 0x404C52) is unknown color: approx Atomic. HEX triplet: 40, 4C and 52. RGB value is (64,76,82). Sum of RGB (Red+Green+Blue) = 64+76+82=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #404C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C52 is #BFB3AD. Grayscale: #494949. Windows color (decimal): -12563374 or 5393472. OLE color: 5393472.

HSL color Cylindrical-coordinate representation of color #404C52: hue angle of 200º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #404C52 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB647682-
CMYK0.220.0700.68
HSL200º12.33%28.63%-
HSV(B)200º21.95%32.16%-
XYZ6.226.878.98-
YUV73.1133.02121.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=28.83%
G=34.23%
B=36.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6476820.220.0700.6820012.3328.63
Hex404C52167044c8c1d
Octal10011412226701043101435
Binary100000010011001010010101101110100010011001000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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