Html Css Color HEX #476163 Tax Break

📋 copy color: '#476163'

red 71 ◦ green 97 ◦ blue 99

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

Shades of Tax Break #476163

Tints of Tax Break #476163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

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

R = 26.59%
G = 36.33%
B = 37.08%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#476163 (or 0x476163) is known color: Tax Break. HEX triplet: 47, 61 and 63. RGB value is (71,97,99). Sum of RGB (Red+Green+Blue) = 71+97+99=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #476163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476163 is #B89E9C. Grayscale: #595959. Windows color (decimal): -12099229 or 6512967. OLE color: 6512967.

HSL color Cylindrical-coordinate representation of color #476163: hue angle of 184.29º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476163 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 97 99 -
CMYK 0.28 0.02 0 0.61
HSL 184.29º 0.16% 0.33% -
HSV(B) 184.29º 0.28% 0.39% -
XYZ 9.13 10.79 13.41 -
YUV 89.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 71 97 99 0.28 0.02 0 0.61 184.29 0.16 0.33
Hex 47 61 63 1C 2 0 3D B8 10 21
Octal 107 141 143 34 2 0 75 270 20 41
Binary 1000111 1100001 1100011 11100 10 0 111101 10111000 10000 100001

Color Harmonies of #476163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476163

Black with #476163

Text Example


Text Example

White with #476163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476163; }

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

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

background-color css

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

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

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

border-color css

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

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

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