#39494D

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

Shades of Atomic #39494D

Tints of Atomic #39494D

Color information

#39494D (or 0x39494D) is unknown color: approx Atomic. HEX triplet: 39, 49 and 4D. RGB value is (57,73,77). Sum of RGB (Red+Green+Blue) = 57+73+77=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #39494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39494D is #C6B6B2. Grayscale: #444444. Windows color (decimal): -13022899 or 5065017. OLE color: 5065017.

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

Color convert

RGB577377-
CMYK0.260.0500.70
HSL192º14.93%26.27%-
HSV(B)192º25.97%30.2%-
XYZ5.416.177.93-
YUV68.67132.7119.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=27.54%
G=35.27%
B=37.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5773770.260.0500.7019214.9326.27
Hex39494D1A5046c0f1a
Octal7111111532501063001732
Binary11100110010011001101110101010100011011000000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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