Html Css Color HEX #494942 Thunder

📋 copy color: '#494942'

red 73 ◦ green 73 ◦ blue 66

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

Shades of Thunder #494942

Tints of Thunder #494942

RGB

 RED value IS 73 (28.91% from 255) = 34.43%

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

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 34.43%
G = 34.43%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#494942 (or 0x494942) is known color: Thunder. HEX triplet: 49, 49 and 42. RGB value is (73,73,66). Sum of RGB (Red+Green+Blue) = 73+73+66=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494942 is #B6B6BD. Grayscale: #484848. Windows color (decimal): -11974334 or 4344137. OLE color: 4344137.

HSL color Cylindrical-coordinate representation of color #494942: hue angle of 60º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #494942 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 73 66 -
CMYK 0 0 0.10 0.71
HSL 60º 0.05% 0.27% -
HSV(B) 60º 0.1% 0.29% -
XYZ 6.11 6.57 6.1 -
YUV 72.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 73 73 66 0 0 0.10 0.71 60 0.05 0.27
Hex 49 49 42 0 0 A 47 3C 5 1B
Octal 111 111 102 0 0 12 107 74 5 33
Binary 1001001 1001001 1000010 0 0 1010 1000111 111100 101 11011

Color Harmonies of #494942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494942

Black with #494942

Text Example


Text Example

White with #494942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494942; }

 p { color: rgb(73,73,66); }

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

background-color css

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

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

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

border-color css

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

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

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