#404F58

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

Shades of Atomic #404F58

Tints of Atomic #404F58

Color information

#404F58 (or 0x404F58) is unknown color: approx Atomic. HEX triplet: 40, 4F and 58. RGB value is (64,79,88). Sum of RGB (Red+Green+Blue) = 64+79+88=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #404F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F58 is #BFB0A7. Grayscale: #4B4B4B. Windows color (decimal): -12562600 or 5787456. OLE color: 5787456.

HSL color Cylindrical-coordinate representation of color #404F58: hue angle of 202.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404F58 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB647988-
CMYK0.270.1000.65
HSL202.5º15.79%29.8%-
HSV(B)202.5º27.27%34.51%-
XYZ6.677.3910.31-
YUV75.54135.03119.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=27.71%
G=34.20%
B=38.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6479880.270.1000.65202.515.7929.8
Hex404F581BA041ca101e
Octal100117130331201013122036
Binary10000001001111101100011011101001000001110010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,79,88); }

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

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

 a { background-color: rgb(64,79,88); }

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

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

 span { border-color: rgb(64,79,88); }

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