Html Css Color HEX #39494C Atomic

📋 copy color: '#39494C'

red 57 ◦ green 73 ◦ blue 76

#39494C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic #39494C

Tints of Atomic #39494C

RGB

 RED value IS 57 (22.66% from 255) = 27.67%

 GREEN value IS 73 (28.91% from 255) = 35.44%

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 27.67%
G = 35.44%
B = 36.89%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39494C (or 0x39494C) is known color: Atomic. HEX triplet: 39, 49 and 4C. RGB value is (57,73,76). Sum of RGB (Red+Green+Blue) = 57+73+76=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 76 - color contains mainly: blue. Hex color #39494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39494C is #C6B6B3. Grayscale: #444444. Windows color (decimal): -13022900 or 4999481. OLE color: 4999481.

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

Color convert

RGB 57 73 76 -
CMYK 0.25 0.04 0 0.70
HSL 189.47º 0.14% 0.26% -
HSV(B) 189.47º 0.25% 0.3% -
XYZ 5.37 6.16 7.74 -
YUV 68.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 57 73 76 0.25 0.04 0 0.70 189.47 0.14 0.26
Hex 39 49 4C 19 4 0 46 BD E 1A
Octal 71 111 114 31 4 0 106 275 16 32
Binary 111001 1001001 1001100 11001 100 0 1000110 10111101 1110 11010

Color Harmonies of #39494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39494C

Black with #39494C

Text Example


Text Example

White with #39494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39494C;
 }
 .AnyTagClassName
 {
   color: #39494C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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