#40494C

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

Shades of Atomic #40494C

Tints of Atomic #40494C

Color information

#40494C (or 0x40494C) is unknown color: approx Atomic. HEX triplet: 40, 49 and 4C. RGB value is (64,73,76). Sum of RGB (Red+Green+Blue) = 64+73+76=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #40494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40494C is #BFB6B3. Grayscale: #464646. Windows color (decimal): -12564148 or 4999488. OLE color: 4999488.

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

Color convert

RGB647376-
CMYK0.160.0400.70
HSL195º8.57%27.45%-
HSV(B)195º15.79%29.8%-
XYZ5.86.387.76-
YUV70.65131.02123.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=30.05%
G=34.27%
B=35.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6473760.160.0400.701958.5727.45
Hex40494C104046c391b
Octal10011111420401063031133
Binary100000010010011001100100001000100011011000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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