Html Css Color HEX #48686C Tax Break

📋 copy color: '#48686C'

red 72 ◦ green 104 ◦ blue 108

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

Shades of Tax Break #48686C

Tints of Tax Break #48686C

RGB

 RED value IS 72 (28.52% from 255) = 25.35%

 GREEN value IS 104 (41.02% from 255) = 36.62%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 25.35%
G = 36.62%
B = 38.03%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48686C (or 0x48686C) is known color: Tax Break. HEX triplet: 48, 68 and 6C. RGB value is (72,104,108). Sum of RGB (Red+Green+Blue) = 72+104+108=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #48686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48686C is #B79793. Grayscale: #5E5E5E. Windows color (decimal): -12031892 or 7104584. OLE color: 7104584.

HSL color Cylindrical-coordinate representation of color #48686C: hue angle of 186.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48686C is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 104 108 -
CMYK 0.33 0.04 0 0.58
HSL 186.67º 0.2% 0.35% -
HSV(B) 186.67º 0.33% 0.42% -
XYZ 10.33 12.36 16.03 -
YUV 94.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 72 104 108 0.33 0.04 0 0.58 186.67 0.2 0.35
Hex 48 68 6C 21 4 0 3A BB 14 23
Octal 110 150 154 41 4 0 72 273 24 43
Binary 1001000 1101000 1101100 100001 100 0 111010 10111011 10100 100011

Color Harmonies of #48686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48686C

Black with #48686C

Text Example


Text Example

White with #48686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48686C;
 }
 .AnyTagClassName
 {
   color: #48686C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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