Html Css Color HEX #494946 Thunder

📋 copy color: '#494946'

red 73 ◦ green 73 ◦ blue 70

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

Shades of Thunder #494946

Tints of Thunder #494946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.41%

R = 33.8%
G = 33.8%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#494946 (or 0x494946) is known color: Thunder. HEX triplet: 49, 49 and 46. RGB value is (73,73,70). Sum of RGB (Red+Green+Blue) = 73+73+70=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494946 is #B6B6B9. Grayscale: #484848. Windows color (decimal): -11974330 or 4606281. OLE color: 4606281.

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

Color convert

RGB 73 73 70 -
CMYK 0 0 0.04 0.71
HSL 60º 0.02% 0.28% -
HSV(B) 60º 0.04% 0.29% -
XYZ 6.24 6.62 6.74 -
YUV 72.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 73 73 70 0 0 0.04 0.71 60 0.02 0.28
Hex 49 49 46 0 0 4 47 3C 2 1C
Octal 111 111 106 0 0 4 107 74 2 34
Binary 1001001 1001001 1000110 0 0 100 1000111 111100 10 11100

Color Harmonies of #494946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494946

Black with #494946

Text Example


Text Example

White with #494946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494946; }

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

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

background-color css

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

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

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

border-color css

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

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

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