#404E54

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

Shades of Atomic #404E54

Tints of Atomic #404E54

Color information

#404E54 (or 0x404E54) is unknown color: approx Atomic. HEX triplet: 40, 4E and 54. RGB value is (64,78,84). Sum of RGB (Red+Green+Blue) = 64+78+84=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #404E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E54 is #BFB1AB. Grayscale: #4A4A4A. Windows color (decimal): -12562860 or 5525056. OLE color: 5525056.

HSL color Cylindrical-coordinate representation of color #404E54: hue angle of 198º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #404E54 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB647884-
CMYK0.240.0700.67
HSL198º13.51%29.02%-
HSV(B)198º23.81%32.94%-
XYZ6.447.189.43-
YUV74.5133.36120.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 84 (33.20% from 255) = 37.17%
R=28.32%
G=34.51%
B=37.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6478840.240.0700.6719813.5129.02
Hex404E54187043c6e1d
Octal10011612430701033061635
Binary100000010011101010100110001110100001111000110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,78,84); }

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

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

 a { background-color: rgb(64,78,84); }

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

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

 span { border-color: rgb(64,78,84); }

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