#39494E

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

Shades of Atomic #39494E

Tints of Atomic #39494E

Color information

#39494E (or 0x39494E) is unknown color: approx Atomic. HEX triplet: 39, 49 and 4E. RGB value is (57,73,78). Sum of RGB (Red+Green+Blue) = 57+73+78=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #39494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39494E is #C6B6B1. Grayscale: #444444. Windows color (decimal): -13022898 or 5130553. OLE color: 5130553.

HSL color Cylindrical-coordinate representation of color #39494E: hue angle of 194.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #39494E is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB577378-
CMYK0.270.0600.69
HSL194.29º15.56%26.47%-
HSV(B)194.29º26.92%30.59%-
XYZ5.456.198.11-
YUV68.79133.2119.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=27.40%
G=35.10%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5773780.270.0600.69194.2915.5626.47
Hex39494E1B6045c2101a
Octal7111111633601053022032
Binary111001100100110011101101111001000101110000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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