#414E56

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

Shades of Atomic #414E56

Tints of Atomic #414E56

Color information

#414E56 (or 0x414E56) is unknown color: approx Atomic. HEX triplet: 41, 4E and 56. RGB value is (65,78,86). Sum of RGB (Red+Green+Blue) = 65+78+86=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #414E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E56 is #BEB1A9. Grayscale: #4A4A4A. Windows color (decimal): -12497322 or 5656129. OLE color: 5656129.

HSL color Cylindrical-coordinate representation of color #414E56: hue angle of 202.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #414E56 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB657886-
CMYK0.240.0900.66
HSL202.86º13.91%29.61%-
HSV(B)202.86º24.42%33.73%-
XYZ6.587.249.86-
YUV75.02134.19120.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=28.38%
G=34.06%
B=37.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6578860.240.0900.66202.8613.9129.61
Hex414E56189042cbe1e
Octal101116126301101023131636
Binary1000001100111010101101100010010100001011001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414E56; }

 p { color: rgb(65,78,86); }

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

<style>
 a { background-color: #414E56; }

 a { background-color: rgb(65,78,86); }

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

<style>
 span { border-color: #414E56; }

 span { border-color: rgb(65,78,86); }

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