#486D72

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

Shades of Tax Break #486D72

Tints of Tax Break #486D72

Color information

#486D72 (or 0x486D72) is unknown color: approx Tax Break. HEX triplet: 48, 6D and 72. RGB value is (72,109,114). Sum of RGB (Red+Green+Blue) = 72+109+114=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #486D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D72 is #B7928D. Grayscale: #626262. Windows color (decimal): -12030606 or 7499080. OLE color: 7499080.

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

Color convert

RGB72109114-
CMYK0.370.0400.55
HSL187.14º22.58%36.47%-
HSV(B)187.14º36.84%44.71%-
XYZ11.1813.5317.94-
YUV98.51136.74109.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=24.41%
G=36.95%
B=38.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721091140.370.0400.55187.1422.5836.47
Hex486D72254037bb1724
Octal1101551624540672732744
Binary10010001101101111001010010110001101111011101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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