#40484C

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

Shades of Atomic #40484C

Tints of Atomic #40484C

Color information

#40484C (or 0x40484C) is unknown color: approx Atomic. HEX triplet: 40, 48 and 4C. RGB value is (64,72,76). Sum of RGB (Red+Green+Blue) = 64+72+76=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #40484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40484C is #BFB7B3. Grayscale: #464646. Windows color (decimal): -12564404 or 4999232. OLE color: 4999232.

HSL color Cylindrical-coordinate representation of color #40484C: hue angle of 200º 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 #40484C is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB647276-
CMYK0.160.0500.70
HSL200º8.57%27.45%-
HSV(B)200º15.79%29.8%-
XYZ5.746.257.74-
YUV70.06131.35123.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=30.19%
G=33.96%
B=35.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6472760.160.0500.702008.5727.45
Hex40484C105046c891b
Octal10011011420501063101133
Binary100000010010001001100100001010100011011001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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