Html Css Color HEX #476060 Tax Break

📋 copy color: '#476060'

red 71 ◦ green 96 ◦ blue 96

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

Shades of Tax Break #476060

Tints of Tax Break #476060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.5%

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

R = 27%
G = 36.5%
B = 36.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#476060 (or 0x476060) is known color: Tax Break. HEX triplet: 47, 60 and 60. RGB value is (71,96,96). Sum of RGB (Red+Green+Blue) = 71+96+96=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #476060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476060 is #B89F9F. Grayscale: #585858. Windows color (decimal): -12099488 or 6316103. OLE color: 6316103.

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

Color convert

RGB 71 96 96 -
CMYK 0.26 0 0 0.62
HSL 180º 0.15% 0.33% -
HSV(B) 180º 0.26% 0.38% -
XYZ 8.89 10.55 12.63 -
YUV 88.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 71 96 96 0.26 0 0 0.62 180 0.15 0.33
Hex 47 60 60 1A 0 0 3E B4 F 21
Octal 107 140 140 32 0 0 76 264 17 41
Binary 1000111 1100000 1100000 11010 0 0 111110 10110100 1111 100001

Color Harmonies of #476060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476060

Black with #476060

Text Example


Text Example

White with #476060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476060; }

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

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

background-color css

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

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

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

border-color css

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

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

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