Html Css Color HEX #47686D Tax Break

📋 copy color: '#47686D'

red 71 ◦ green 104 ◦ blue 109

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

Shades of Tax Break #47686D

Tints of Tax Break #47686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.62%

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

R = 25%
G = 36.62%
B = 38.38%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47686D (or 0x47686D) is known color: Tax Break. HEX triplet: 47, 68 and 6D. RGB value is (71,104,109). Sum of RGB (Red+Green+Blue) = 71+104+109=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #47686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47686D is #B89792. Grayscale: #5E5E5E. Windows color (decimal): -12097427 or 7170119. OLE color: 7170119.

HSL color Cylindrical-coordinate representation of color #47686D: hue angle of 187.89º 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 #47686D is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 104 109 -
CMYK 0.35 0.05 0 0.57
HSL 187.89º 0.21% 0.35% -
HSV(B) 187.89º 0.35% 0.43% -
XYZ 10.31 12.34 16.31 -
YUV 94.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 71 104 109 0.35 0.05 0 0.57 187.89 0.21 0.35
Hex 47 68 6D 23 5 0 39 BC 15 23
Octal 107 150 155 43 5 0 71 274 25 43
Binary 1000111 1101000 1101101 100011 101 0 111001 10111100 10101 100011

Color Harmonies of #47686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47686D

Black with #47686D

Text Example


Text Example

White with #47686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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