#40484B

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

Shades of Atomic #40484B

Tints of Atomic #40484B

Color information

#40484B (or 0x40484B) is unknown color: approx Atomic. HEX triplet: 40, 48 and 4B. RGB value is (64,72,75). Sum of RGB (Red+Green+Blue) = 64+72+75=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #40484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40484B is #BFB7B4. Grayscale: #454545. Windows color (decimal): -12564405 or 4933696. OLE color: 4933696.

HSL color Cylindrical-coordinate representation of color #40484B: hue angle of 196.36º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #40484B is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB647275-
CMYK0.150.0400.71
HSL196.36º7.91%27.25%-
HSV(B)196.36º14.67%29.41%-
XYZ5.76.237.56-
YUV69.95130.85123.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=30.33%
G=34.12%
B=35.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6472750.150.0400.71196.367.9127.25
Hex40484BF4047c481b
Octal10011011317401073041033
Binary10000001001000100101111111000100011111000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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