#404B51

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

Shades of Atomic #404B51

Tints of Atomic #404B51

Color information

#404B51 (or 0x404B51) is unknown color: approx Atomic. HEX triplet: 40, 4B and 51. RGB value is (64,75,81). Sum of RGB (Red+Green+Blue) = 64+75+81=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 81 - color contains mainly: blue. Hex color #404B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B51 is #BFB4AE. Grayscale: #484848. Windows color (decimal): -12563631 or 5327680. OLE color: 5327680.

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

Color convert

RGB647581-
CMYK0.210.0700.68
HSL201.18º11.72%28.43%-
HSV(B)201.18º20.99%31.76%-
XYZ6.126.728.76-
YUV72.4132.86122.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=29.09%
G=34.09%
B=36.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6475810.210.0700.68201.1811.7228.43
Hex404B51157044c9c1c
Octal10011312125701043111434
Binary100000010010111010001101011110100010011001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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