Html Css Color HEX #474746 Thunder

📋 copy color: '#474746'

red 71 ◦ green 71 ◦ blue 70

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

Shades of Thunder #474746

Tints of Thunder #474746

RGB

 RED value IS 71 (28.13% from 255) = 33.49%

 GREEN value IS 71 (28.13% from 255) = 33.49%

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

R = 33.49%
G = 33.49%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#474746 (or 0x474746) is known color: Thunder. HEX triplet: 47, 47 and 46. RGB value is (71,71,70). Sum of RGB (Red+Green+Blue) = 71+71+70=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474746 is #B8B8B9. Grayscale: #464646. Windows color (decimal): -12105914 or 4605767. OLE color: 4605767.

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

Color convert

RGB 71 71 70 -
CMYK 0 0 0.01 0.72
HSL 60º 0.01% 0.28% -
HSV(B) 60º 0.01% 0.28% -
XYZ 5.96 6.29 6.69 -
YUV 70.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 71 71 70 0 0 0.01 0.72 60 0.01 0.28
Hex 47 47 46 0 0 1 48 3C 1 1C
Octal 107 107 106 0 0 1 110 74 1 34
Binary 1000111 1000111 1000110 0 0 1 1001000 111100 1 11100

Color Harmonies of #474746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474746

Black with #474746

Text Example


Text Example

White with #474746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474746; }

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

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

background-color css

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

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

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

border-color css

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

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

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