Html Css Color HEX #48696D Tax Break

📋 copy color: '#48696D'

red 72 ◦ green 105 ◦ blue 109

#48696D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tax Break #48696D

Tints of Tax Break #48696D

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 value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48696D (or 0x48696D) is known color: 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

RGB 72 105 109 -
CMYK 0.34 0.04 0 0.57
HSL 186.49º 0.2% 0.35% -
HSV(B) 186.49º 0.34% 0.43% -
XYZ 10.48 12.58 16.34 -
YUV 95.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 72 105 109 0.34 0.04 0 0.57 186.49 0.2 0.35
Hex 48 69 6D 22 4 0 39 BA 14 23
Octal 110 151 155 42 4 0 71 272 24 43
Binary 1001000 1101001 1101101 100010 100 0 111001 10111010 10100 100011

Color Harmonies of #48696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48696D

Black with #48696D

Text Example


Text Example

White with #48696D

Text Example


Text Example

HTML Codes & Css Web 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>