Html Css Color HEX #476D71 Tax Break

📋 copy color: '#476D71'

red 71 ◦ green 109 ◦ blue 113

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

Shades of Tax Break #476D71

Tints of Tax Break #476D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.57%

R = 24.23%
G = 37.2%
B = 38.57%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476D71 (or 0x476D71) is known color: Tax Break. HEX triplet: 47, 6D and 71. RGB value is (71,109,113). Sum of RGB (Red+Green+Blue) = 71+109+113=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #476D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D71 is #B8928E. Grayscale: #626262. Windows color (decimal): -12096143 or 7433543. OLE color: 7433543.

HSL color Cylindrical-coordinate representation of color #476D71: hue angle of 185.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476D71 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 109 113 -
CMYK 0.37 0.04 0 0.56
HSL 185.71º 0.23% 0.36% -
HSV(B) 185.71º 0.37% 0.44% -
XYZ 11.05 13.47 17.64 -
YUV 98.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 71 109 113 0.37 0.04 0 0.56 185.71 0.23 0.36
Hex 47 6D 71 25 4 0 38 BA 17 24
Octal 107 155 161 45 4 0 70 272 27 44
Binary 1000111 1101101 1110001 100101 100 0 111000 10111010 10111 100100

Color Harmonies of #476D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D71

Black with #476D71

Text Example


Text Example

White with #476D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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