#48686D

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

Shades of Tax Break #48686D

Tints of Tax Break #48686D

Color information

#48686D (or 0x48686D) is unknown color: approx Tax Break. HEX triplet: 48, 68 and 6D. RGB value is (72,104,109). Sum of RGB (Red+Green+Blue) = 72+104+109=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #48686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48686D is #B79792. Grayscale: #5E5E5E. Windows color (decimal): -12031891 or 7170120. OLE color: 7170120.

HSL color Cylindrical-coordinate representation of color #48686D: hue angle of 188.11º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #48686D is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB72104109-
CMYK0.340.0500.57
HSL188.11º20.44%35.49%-
HSV(B)188.11º33.94%42.75%-
XYZ10.3812.3816.31-
YUV95135.9111.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=25.26%
G=36.49%
B=38.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal721041090.340.0500.57188.1120.4435.49
Hex48686D225039bc1423
Octal1101501554250712742443
Binary10010001101000110110110001010101110011011110010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48686D; }

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

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

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

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

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

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

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

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