Html Css Color HEX #48686D Tax Break

📋 copy color: '#48686D'

red 72 ◦ green 104 ◦ blue 109

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

Shades of Tax Break #48686D

Tints of Tax Break #48686D

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

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

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

RGB 72 104 109 -
CMYK 0.34 0.05 0 0.57
HSL 188.11º 0.2% 0.35% -
HSV(B) 188.11º 0.34% 0.43% -
XYZ 10.38 12.38 16.31 -
YUV 95 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 72 104 109 0.34 0.05 0 0.57 188.11 0.2 0.35
Hex 48 68 6D 22 5 0 39 BC 14 23
Octal 110 150 155 42 5 0 71 274 24 43
Binary 1001000 1101000 1101101 100010 101 0 111001 10111100 10100 100011

Color Harmonies of #48686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48686D

Black with #48686D

Text Example


Text Example

White with #48686D

Text Example


Text Example

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