#40494D

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

Shades of Atomic #40494D

Tints of Atomic #40494D

Color information

#40494D (or 0x40494D) is unknown color: approx Atomic. HEX triplet: 40, 49 and 4D. RGB value is (64,73,77). Sum of RGB (Red+Green+Blue) = 64+73+77=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #40494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40494D is #BFB6B2. Grayscale: #464646. Windows color (decimal): -12564147 or 5065024. OLE color: 5065024.

HSL color Cylindrical-coordinate representation of color #40494D: hue angle of 198.46º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #40494D is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB647377-
CMYK0.170.0500.70
HSL198.46º9.22%27.65%-
HSV(B)198.46º16.88%30.2%-
XYZ5.846.397.95-
YUV70.76131.52123.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=29.91%
G=34.11%
B=35.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6473770.170.0500.70198.469.2227.65
Hex40494D115046c691c
Octal10011111521501063061134
Binary100000010010011001101100011010100011011000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40494D; }

 p { color: rgb(64,73,77); }

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

<style>
 a { background-color: #40494D; }

 a { background-color: rgb(64,73,77); }

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

<style>
 span { border-color: #40494D; }

 span { border-color: rgb(64,73,77); }

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