#404B53

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

Shades of Atomic #404B53

Tints of Atomic #404B53

Color information

#404B53 (or 0x404B53) is unknown color: approx Atomic. HEX triplet: 40, 4B and 53. RGB value is (64,75,83). Sum of RGB (Red+Green+Blue) = 64+75+83=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #404B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B53 is #BFB4AC. Grayscale: #484848. Windows color (decimal): -12563629 or 5458752. OLE color: 5458752.

HSL color Cylindrical-coordinate representation of color #404B53: hue angle of 205.26º 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 #404B53 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB647583-
CMYK0.230.1000.67
HSL205.26º12.93%28.82%-
HSV(B)205.26º22.89%32.55%-
XYZ6.196.759.16-
YUV72.62133.86121.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=28.83%
G=33.78%
B=37.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6475830.230.1000.67205.2612.9328.82
Hex404B5317A043cdd1d
Octal100113123271201033151535
Binary1000000100101110100111011110100100001111001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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