Html Css Color HEX #47676E Tax Break

📋 copy color: '#47676E'

red 71 ◦ green 103 ◦ blue 110

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

Shades of Tax Break #47676E

Tints of Tax Break #47676E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 25%
G = 36.27%
B = 38.73%

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

#47676E (or 0x47676E) is known color: Tax Break. HEX triplet: 47, 67 and 6E. RGB value is (71,103,110). Sum of RGB (Red+Green+Blue) = 71+103+110=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #47676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47676E is #B89891. Grayscale: #5E5E5E. Windows color (decimal): -12097682 or 7235399. OLE color: 7235399.

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

Color convert

RGB 71 103 110 -
CMYK 0.35 0.06 0 0.57
HSL 190.77º 0.22% 0.35% -
HSV(B) 190.77º 0.35% 0.43% -
XYZ 10.26 12.17 16.56 -
YUV 94.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 71 103 110 0.35 0.06 0 0.57 190.77 0.22 0.35
Hex 47 67 6E 23 6 0 39 BF 16 23
Octal 107 147 156 43 6 0 71 277 26 43
Binary 1000111 1100111 1101110 100011 110 0 111001 10111111 10110 100011

Color Harmonies of #47676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47676E

Black with #47676E

Text Example


Text Example

White with #47676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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