Html Css Color HEX #476563 Tax Break

📋 copy color: '#476563'

red 71 ◦ green 101 ◦ blue 99

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

Shades of Tax Break #476563

Tints of Tax Break #476563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.27%

 BLUE value IS 99 (39.06% from 255) = 36.53%

R = 26.2%
G = 37.27%
B = 36.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#476563 (or 0x476563) is known color: Tax Break. HEX triplet: 47, 65 and 63. RGB value is (71,101,99). Sum of RGB (Red+Green+Blue) = 71+101+99=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #476563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476563 is #B89A9C. Grayscale: #5B5B5B. Windows color (decimal): -12098205 or 6513991. OLE color: 6513991.

HSL color Cylindrical-coordinate representation of color #476563: hue angle of 176º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #476563 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 101 99 -
CMYK 0.30 0 0.02 0.60
HSL 176º 0.17% 0.34% -
HSV(B) 176º 0.3% 0.4% -
XYZ 9.5 11.55 13.53 -
YUV 91.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 71 101 99 0.30 0 0.02 0.60 176 0.17 0.34
Hex 47 65 63 1E 0 2 3C B0 11 22
Octal 107 145 143 36 0 2 74 260 21 42
Binary 1000111 1100101 1100011 11110 0 10 111100 10110000 10001 100010

Color Harmonies of #476563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476563

Black with #476563

Text Example


Text Example

White with #476563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476563; }

 p { color: rgb(71,101,99); }

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

background-color css

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

 a { background-color: rgb(71,101,99); }

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

border-color css

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

 span { border-color: rgb(71,101,99); }

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