Html Css Color HEX #47666D Tax Break

📋 copy color: '#47666D'

red 71 ◦ green 102 ◦ blue 109

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

Shades of Tax Break #47666D

Tints of Tax Break #47666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.17%

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 25.18%
G = 36.17%
B = 38.65%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47666D (or 0x47666D) is known color: Tax Break. HEX triplet: 47, 66 and 6D. RGB value is (71,102,109). Sum of RGB (Red+Green+Blue) = 71+102+109=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #47666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47666D is #B89992. Grayscale: #5D5D5D. Windows color (decimal): -12097939 or 7169607. OLE color: 7169607.

HSL color Cylindrical-coordinate representation of color #47666D: hue angle of 191.05º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47666D is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 102 109 -
CMYK 0.35 0.06 0 0.57
HSL 191.05º 0.21% 0.35% -
HSV(B) 191.05º 0.35% 0.43% -
XYZ 10.11 11.95 16.24 -
YUV 93.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 71 102 109 0.35 0.06 0 0.57 191.05 0.21 0.35
Hex 47 66 6D 23 6 0 39 BF 15 23
Octal 107 146 155 43 6 0 71 277 25 43
Binary 1000111 1100110 1101101 100011 110 0 111001 10111111 10101 100011

Color Harmonies of #47666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47666D

Black with #47666D

Text Example


Text Example

White with #47666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47666D; }

 p { color: rgb(71,102,109); }

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

background-color css

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

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

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

border-color css

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

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

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