#486D73

Color #486D73 Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #486D73

Tints of Tax Break #486D73

Color information

#486D73 (or 0x486D73) is unknown color: approx Tax Break. HEX triplet: 48, 6D and 73. RGB value is (72,109,115). Sum of RGB (Red+Green+Blue) = 72+109+115=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #486D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D73 is #B7928C. Grayscale: #626262. Windows color (decimal): -12030605 or 7564616. OLE color: 7564616.

HSL color Cylindrical-coordinate representation of color #486D73: hue angle of 188.37º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486D73 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB72109115-
CMYK0.370.0500.55
HSL188.37º22.99%36.67%-
HSV(B)188.37º37.39%45.1%-
XYZ11.2413.5518.24-
YUV98.62137.24109.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=24.32%
G=36.82%
B=38.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721091150.370.0500.55188.3722.9936.67
Hex486D73255037bc1725
Octal1101551634550672742745
Binary10010001101101111001110010110101101111011110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486D73; }

 p { color: rgb(72,109,115); }

 H1.HeaderClassName
 {
   color: #486D73;
 }
 .AnyTagClassName
 {
   color: #486D73;
 }
</style>
background-color css

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

 a { background-color: rgb(72,109,115); }

 div.DivClassName
 {
   background-color: #486D73;
 }
 .BgClassName
 {
   background-color: #486D73;
 }
</style>
border-color css

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

 span { border-color: rgb(72,109,115); }

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