#414D50

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

Shades of Atomic #414D50

Tints of Atomic #414D50

Color information

#414D50 (or 0x414D50) is unknown color: approx Atomic. HEX triplet: 41, 4D and 50. RGB value is (65,77,80). Sum of RGB (Red+Green+Blue) = 65+77+80=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #414D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D50 is #BEB2AF. Grayscale: #494949. Windows color (decimal): -12497584 or 5262657. OLE color: 5262657.

HSL color Cylindrical-coordinate representation of color #414D50: hue angle of 192º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #414D50 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB657780-
CMYK0.190.0400.69
HSL192º10.34%28.43%-
HSV(B)192º18.75%31.37%-
XYZ6.287.018.61-
YUV73.75131.52121.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=29.28%
G=34.68%
B=36.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6577800.190.0400.6919210.3428.43
Hex414D50134045c0a1c
Octal10111512023401053001234
Binary100000110011011010000100111000100010111000000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,77,80); }

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

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

 a { background-color: rgb(65,77,80); }

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

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

 span { border-color: rgb(65,77,80); }

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