Html Css Color HEX #476971 Tax Break

📋 copy color: '#476971'

red 71 ◦ green 105 ◦ blue 113

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

Shades of Tax Break #476971

Tints of Tax Break #476971

RGB

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

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

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

R = 24.57%
G = 36.33%
B = 39.1%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476971 (or 0x476971) is known color: Tax Break. HEX triplet: 47, 69 and 71. RGB value is (71,105,113). Sum of RGB (Red+Green+Blue) = 71+105+113=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #476971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476971 is #B8968E. Grayscale: #5F5F5F. Windows color (decimal): -12097167 or 7432519. OLE color: 7432519.

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

Color convert

RGB 71 105 113 -
CMYK 0.37 0.07 0 0.56
HSL 191.43º 0.23% 0.36% -
HSV(B) 191.43º 0.37% 0.44% -
XYZ 10.63 12.64 17.5 -
YUV 95.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 71 105 113 0.37 0.07 0 0.56 191.43 0.23 0.36
Hex 47 69 71 25 7 0 38 BF 17 24
Octal 107 151 161 45 7 0 70 277 27 44
Binary 1000111 1101001 1110001 100101 111 0 111000 10111111 10111 100100

Color Harmonies of #476971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476971

Black with #476971

Text Example


Text Example

White with #476971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476971; }

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

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

background-color css

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

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

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

border-color css

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

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

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