Html Css Color HEX #48686F Tax Break

📋 copy color: '#48686F'

red 72 ◦ green 104 ◦ blue 111

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

Shades of Tax Break #48686F

Tints of Tax Break #48686F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 25.09%
G = 36.24%
B = 38.68%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48686F (or 0x48686F) is known color: Tax Break. HEX triplet: 48, 68 and 6F. RGB value is (72,104,111). Sum of RGB (Red+Green+Blue) = 72+104+111=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #48686F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48686F is #B79790. Grayscale: #5F5F5F. Windows color (decimal): -12031889 or 7301192. OLE color: 7301192.

HSL color Cylindrical-coordinate representation of color #48686F: hue angle of 190.77º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48686F is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 104 111 -
CMYK 0.35 0.06 0 0.56
HSL 190.77º 0.21% 0.36% -
HSV(B) 190.77º 0.35% 0.44% -
XYZ 10.49 12.43 16.88 -
YUV 95.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 72 104 111 0.35 0.06 0 0.56 190.77 0.21 0.36
Hex 48 68 6F 23 6 0 38 BF 15 24
Octal 110 150 157 43 6 0 70 277 25 44
Binary 1001000 1101000 1101111 100011 110 0 111000 10111111 10101 100100

Color Harmonies of #48686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48686F

Black with #48686F

Text Example


Text Example

White with #48686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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