#48676D

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

Shades of Tax Break #48676D

Tints of Tax Break #48676D

Color information

#48676D (or 0x48676D) is unknown color: approx Tax Break. HEX triplet: 48, 67 and 6D. RGB value is (72,103,109). Sum of RGB (Red+Green+Blue) = 72+103+109=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #48676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48676D is #B79892. Grayscale: #5E5E5E. Windows color (decimal): -12032147 or 7169864. OLE color: 7169864.

HSL color Cylindrical-coordinate representation of color #48676D: hue angle of 189.73º 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 #48676D is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB72103109-
CMYK0.340.0600.57
HSL189.73º20.44%35.49%-
HSV(B)189.73º33.94%42.75%-
XYZ10.2812.1816.28-
YUV94.42136.23112.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=25.35%
G=36.27%
B=38.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal721031090.340.0600.57189.7320.4435.49
Hex48676D226039be1423
Octal1101471554260712762443
Binary10010001100111110110110001011001110011011111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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