Html Css Color HEX #476363 Tax Break

📋 copy color: '#476363'

red 71 ◦ green 99 ◦ blue 99

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

Shades of Tax Break #476363

Tints of Tax Break #476363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 26.39%
G = 36.8%
B = 36.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#476363 (or 0x476363) is known color: Tax Break. HEX triplet: 47, 63 and 63. RGB value is (71,99,99). Sum of RGB (Red+Green+Blue) = 71+99+99=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #476363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476363 is #B89C9C. Grayscale: #5A5A5A. Windows color (decimal): -12098717 or 6513479. OLE color: 6513479.

HSL color Cylindrical-coordinate representation of color #476363: hue angle of 180º 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 #476363 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 99 99 -
CMYK 0.28 0 0 0.61
HSL 180º 0.16% 0.33% -
HSV(B) 180º 0.28% 0.39% -
XYZ 9.31 11.16 13.47 -
YUV 90.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 71 99 99 0.28 0 0 0.61 180 0.16 0.33
Hex 47 63 63 1C 0 0 3D B4 10 21
Octal 107 143 143 34 0 0 75 264 20 41
Binary 1000111 1100011 1100011 11100 0 0 111101 10110100 10000 100001

Color Harmonies of #476363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476363

Black with #476363

Text Example


Text Example

White with #476363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476363; }

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

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

background-color css

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

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

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

border-color css

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

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

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