Html Css Color HEX #476260 Tax Break

📋 copy color: '#476260'

red 71 ◦ green 98 ◦ blue 96

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

Shades of Tax Break #476260

Tints of Tax Break #476260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 26.79%
G = 36.98%
B = 36.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#476260 (or 0x476260) is known color: Tax Break. HEX triplet: 47, 62 and 60. RGB value is (71,98,96). Sum of RGB (Red+Green+Blue) = 71+98+96=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #476260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476260 is #B89D9F. Grayscale: #595959. Windows color (decimal): -12098976 or 6316615. OLE color: 6316615.

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

Color convert

RGB 71 98 96 -
CMYK 0.28 0 0.02 0.62
HSL 175.56º 0.16% 0.33% -
HSV(B) 175.56º 0.28% 0.38% -
XYZ 9.08 10.92 12.7 -
YUV 89.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 71 98 96 0.28 0 0.02 0.62 175.56 0.16 0.33
Hex 47 62 60 1C 0 2 3E B0 10 21
Octal 107 142 140 34 0 2 76 260 20 41
Binary 1000111 1100010 1100000 11100 0 10 111110 10110000 10000 100001

Color Harmonies of #476260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476260

Black with #476260

Text Example


Text Example

White with #476260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476260; }

 p { color: rgb(71,98,96); }

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

background-color css

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

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

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

border-color css

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

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

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