#404C51

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

Shades of Atomic #404C51

Tints of Atomic #404C51

Color information

#404C51 (or 0x404C51) is unknown color: approx Atomic. HEX triplet: 40, 4C and 51. RGB value is (64,76,81). Sum of RGB (Red+Green+Blue) = 64+76+81=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 81 - color contains mainly: blue. Hex color #404C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C51 is #BFB3AE. Grayscale: #484848. Windows color (decimal): -12563375 or 5327936. OLE color: 5327936.

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

Color convert

RGB647681-
CMYK0.210.0600.68
HSL197.65º11.72%28.43%-
HSV(B)197.65º20.99%31.76%-
XYZ6.186.858.78-
YUV72.98132.52121.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 81 (32.03% from 255) = 36.65%
R=28.96%
G=34.39%
B=36.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6476810.210.0600.68197.6511.7228.43
Hex404C51156044c6c1c
Octal10011412125601043061434
Binary100000010011001010001101011100100010011000110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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