#404B52

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

Shades of Atomic #404B52

Tints of Atomic #404B52

Color information

#404B52 (or 0x404B52) is unknown color: approx Atomic. HEX triplet: 40, 4B and 52. RGB value is (64,75,82). Sum of RGB (Red+Green+Blue) = 64+75+82=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #404B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B52 is #BFB4AD. Grayscale: #484848. Windows color (decimal): -12563630 or 5393216. OLE color: 5393216.

HSL color Cylindrical-coordinate representation of color #404B52: hue angle of 203.33º 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 #404B52 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB647582-
CMYK0.220.0900.68
HSL203.33º12.33%28.63%-
HSV(B)203.33º21.95%32.16%-
XYZ6.156.738.96-
YUV72.51133.36121.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=28.96%
G=33.94%
B=37.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6475820.220.0900.68203.3312.3328.63
Hex404B52169044cbc1d
Octal100113122261101043131435
Binary1000000100101110100101011010010100010011001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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