#48696D

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

Shades of Tax Break #48696D

Tints of Tax Break #48696D

Color information

#48696D (or 0x48696D) is unknown color: approx Tax Break. HEX triplet: 48, 69 and 6D. RGB value is (72,105,109). Sum of RGB (Red+Green+Blue) = 72+105+109=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #48696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48696D is #B79692. Grayscale: #5F5F5F. Windows color (decimal): -12031635 or 7170376. OLE color: 7170376.

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

Color convert

RGB72105109-
CMYK0.340.0400.57
HSL186.49º20.44%35.49%-
HSV(B)186.49º33.94%42.75%-
XYZ10.4812.5816.34-
YUV95.59135.57111.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=25.17%
G=36.71%
B=38.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal721051090.340.0400.57186.4920.4435.49
Hex48696D224039ba1423
Octal1101511554240712722443
Binary10010001101001110110110001010001110011011101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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