#404E55

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

Shades of Atomic #404E55

Tints of Atomic #404E55

Color information

#404E55 (or 0x404E55) is unknown color: approx Atomic. HEX triplet: 40, 4E and 55. RGB value is (64,78,85). Sum of RGB (Red+Green+Blue) = 64+78+85=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 85 - color contains mainly: blue. Hex color #404E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E55 is #BFB1AA. Grayscale: #4A4A4A. Windows color (decimal): -12562859 or 5590592. OLE color: 5590592.

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

Color convert

RGB647885-
CMYK0.250.0800.67
HSL200º14.09%29.22%-
HSV(B)200º24.71%33.33%-
XYZ6.487.199.64-
YUV74.61133.86120.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=28.19%
G=34.36%
B=37.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6478850.250.0800.6720014.0929.22
Hex404E55198043c8e1d
Octal100116125311001033101635
Binary1000000100111010101011100110000100001111001000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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