#404B50

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

Shades of Atomic #404B50

Tints of Atomic #404B50

Color information

#404B50 (or 0x404B50) is unknown color: approx Atomic. HEX triplet: 40, 4B and 50. RGB value is (64,75,80). Sum of RGB (Red+Green+Blue) = 64+75+80=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #404B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B50 is #BFB4AF. Grayscale: #484848. Windows color (decimal): -12563632 or 5262144. OLE color: 5262144.

HSL color Cylindrical-coordinate representation of color #404B50: hue angle of 198.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404B50 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB647580-
CMYK0.200.0600.69
HSL198.75º11.11%28.24%-
HSV(B)198.75º20%31.37%-
XYZ6.086.78.56-
YUV72.28132.36122.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=29.22%
G=34.25%
B=36.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6475800.200.0600.69198.7511.1128.24
Hex404B50146045c7b1c
Octal10011312024601053071334
Binary100000010010111010000101001100100010111000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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