#414E54

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

Shades of Atomic #414E54

Tints of Atomic #414E54

Color information

#414E54 (or 0x414E54) is unknown color: approx Atomic. HEX triplet: 41, 4E and 54. RGB value is (65,78,84). Sum of RGB (Red+Green+Blue) = 65+78+84=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #414E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E54 is #BEB1AB. Grayscale: #4A4A4A. Windows color (decimal): -12497324 or 5525057. OLE color: 5525057.

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

Color convert

RGB657884-
CMYK0.230.0700.67
HSL198.95º12.75%29.22%-
HSV(B)198.95º22.62%32.94%-
XYZ6.57.219.44-
YUV74.8133.19121.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=28.63%
G=34.36%
B=37.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6578840.230.0700.67198.9512.7529.22
Hex414E54177043c7d1d
Octal10111612427701033071535
Binary100000110011101010100101111110100001111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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