#40484D

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

Shades of Atomic #40484D

Tints of Atomic #40484D

Color information

#40484D (or 0x40484D) is unknown color: approx Atomic. HEX triplet: 40, 48 and 4D. RGB value is (64,72,77). Sum of RGB (Red+Green+Blue) = 64+72+77=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #40484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40484D is #BFB7B2. Grayscale: #464646. Windows color (decimal): -12564403 or 5064768. OLE color: 5064768.

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

Color convert

RGB647277-
CMYK0.170.0600.70
HSL203.08º9.22%27.65%-
HSV(B)203.08º16.88%30.2%-
XYZ5.776.267.93-
YUV70.18131.85123.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=30.05%
G=33.80%
B=36.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6472770.170.0600.70203.089.2227.65
Hex40484D116046cb91c
Octal10011011521601063131134
Binary100000010010001001101100011100100011011001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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