Html Css Color HEX #476D73 Tax Break

📋 copy color: '#476D73'

red 71 ◦ green 109 ◦ blue 115

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

Shades of Tax Break #476D73

Tints of Tax Break #476D73

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.95%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 24.07%
G = 36.95%
B = 38.98%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476D73 (or 0x476D73) is known color: Tax Break. HEX triplet: 47, 6D and 73. RGB value is (71,109,115). Sum of RGB (Red+Green+Blue) = 71+109+115=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #476D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D73 is #B8928C. Grayscale: #626262. Windows color (decimal): -12096141 or 7564615. OLE color: 7564615.

HSL color Cylindrical-coordinate representation of color #476D73: hue angle of 188.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476D73 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 109 115 -
CMYK 0.38 0.05 0 0.55
HSL 188.18º 0.24% 0.36% -
HSV(B) 188.18º 0.38% 0.45% -
XYZ 11.16 13.51 18.24 -
YUV 98.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 71 109 115 0.38 0.05 0 0.55 188.18 0.24 0.36
Hex 47 6D 73 26 5 0 37 BC 18 24
Octal 107 155 163 46 5 0 67 274 30 44
Binary 1000111 1101101 1110011 100110 101 0 110111 10111100 11000 100100

Color Harmonies of #476D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D73

Black with #476D73

Text Example


Text Example

White with #476D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D73; }

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

 H1.HeaderClassName
 {
   color: #476D73;
 }
 .AnyTagClassName
 {
   color: #476D73;
 }
</style>

background-color css

<style>
 a { background-color: #476D73; }

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

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

border-color css

<style>
 span { border-color: #476D73; }

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

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