Html Css Color HEX #47676D Tax Break

📋 copy color: '#47676D'

red 71 ◦ green 103 ◦ blue 109

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

Shades of Tax Break #47676D

Tints of Tax Break #47676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.4%

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

R = 25.09%
G = 36.4%
B = 38.52%

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

#47676D (or 0x47676D) is known color: Tax Break. HEX triplet: 47, 67 and 6D. RGB value is (71,103,109). Sum of RGB (Red+Green+Blue) = 71+103+109=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #47676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47676D is #B89892. Grayscale: #5E5E5E. Windows color (decimal): -12097683 or 7169863. OLE color: 7169863.

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

Color convert

RGB 71 103 109 -
CMYK 0.35 0.06 0 0.57
HSL 189.47º 0.21% 0.35% -
HSV(B) 189.47º 0.35% 0.43% -
XYZ 10.21 12.14 16.27 -
YUV 94.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 71 103 109 0.35 0.06 0 0.57 189.47 0.21 0.35
Hex 47 67 6D 23 6 0 39 BD 15 23
Octal 107 147 155 43 6 0 71 275 25 43
Binary 1000111 1100111 1101101 100011 110 0 111001 10111101 10101 100011

Color Harmonies of #47676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47676D

Black with #47676D

Text Example


Text Example

White with #47676D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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