Html Css Color HEX #476C71 Tax Break

📋 copy color: '#476C71'

red 71 ◦ green 108 ◦ blue 113

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

Shades of Tax Break #476C71

Tints of Tax Break #476C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.99%

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

R = 24.32%
G = 36.99%
B = 38.7%

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

#476C71 (or 0x476C71) is known color: Tax Break. HEX triplet: 47, 6C and 71. RGB value is (71,108,113). Sum of RGB (Red+Green+Blue) = 71+108+113=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #476C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C71 is #B8938E. Grayscale: #616161. Windows color (decimal): -12096399 or 7433287. OLE color: 7433287.

HSL color Cylindrical-coordinate representation of color #476C71: hue angle of 187.14º 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 #476C71 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 108 113 -
CMYK 0.37 0.04 0 0.56
HSL 187.14º 0.23% 0.36% -
HSV(B) 187.14º 0.37% 0.44% -
XYZ 10.94 13.26 17.6 -
YUV 97.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 71 108 113 0.37 0.04 0 0.56 187.14 0.23 0.36
Hex 47 6C 71 25 4 0 38 BB 17 24
Octal 107 154 161 45 4 0 70 273 27 44
Binary 1000111 1101100 1110001 100101 100 0 111000 10111011 10111 100100

Color Harmonies of #476C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C71

Black with #476C71

Text Example


Text Example

White with #476C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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