Html Css Color HEX #474745 Thunder

📋 copy color: '#474745'

red 71 ◦ green 71 ◦ blue 69

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

Shades of Thunder #474745

Tints of Thunder #474745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.7%

R = 33.65%
G = 33.65%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#474745 (or 0x474745) is known color: Thunder. HEX triplet: 47, 47 and 45. RGB value is (71,71,69). Sum of RGB (Red+Green+Blue) = 71+71+69=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474745 is #B8B8BA. Grayscale: #464646. Windows color (decimal): -12105915 or 4540231. OLE color: 4540231.

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

Color convert

RGB 71 71 69 -
CMYK 0 0 0.03 0.72
HSL 60º 0.01% 0.27% -
HSV(B) 60º 0.03% 0.28% -
XYZ 5.93 6.28 6.53 -
YUV 70.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 71 71 69 0 0 0.03 0.72 60 0.01 0.27
Hex 47 47 45 0 0 3 48 3C 1 1B
Octal 107 107 105 0 0 3 110 74 1 33
Binary 1000111 1000111 1000101 0 0 11 1001000 111100 1 11011

Color Harmonies of #474745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474745

Black with #474745

Text Example


Text Example

White with #474745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474745; }

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

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

background-color css

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

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

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

border-color css

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

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

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