Html Css Color HEX #47696F Tax Break

📋 copy color: '#47696F'

red 71 ◦ green 105 ◦ blue 111

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

Shades of Tax Break #47696F

Tints of Tax Break #47696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 24.74%
G = 36.59%
B = 38.68%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47696F (or 0x47696F) is known color: Tax Break. HEX triplet: 47, 69 and 6F. RGB value is (71,105,111). Sum of RGB (Red+Green+Blue) = 71+105+111=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #47696F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47696F is #B89690. Grayscale: #5F5F5F. Windows color (decimal): -12097169 or 7301447. OLE color: 7301447.

HSL color Cylindrical-coordinate representation of color #47696F: hue angle of 189º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #47696F is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 105 111 -
CMYK 0.36 0.05 0 0.56
HSL 189º 0.22% 0.36% -
HSV(B) 189º 0.36% 0.44% -
XYZ 10.52 12.59 16.91 -
YUV 95.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 71 105 111 0.36 0.05 0 0.56 189 0.22 0.36
Hex 47 69 6F 24 5 0 38 BD 16 24
Octal 107 151 157 44 5 0 70 275 26 44
Binary 1000111 1101001 1101111 100100 101 0 111000 10111101 10110 100100

Color Harmonies of #47696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47696F

Black with #47696F

Text Example


Text Example

White with #47696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47696F; }

 p { color: rgb(71,105,111); }

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

background-color css

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

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

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

border-color css

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

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

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