Html Css Color HEX #48676F Tax Break

📋 copy color: '#48676F'

red 72 ◦ green 103 ◦ blue 111

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

Shades of Tax Break #48676F

Tints of Tax Break #48676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.01%

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

R = 25.17%
G = 36.01%
B = 38.81%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48676F (or 0x48676F) is known color: Tax Break. HEX triplet: 48, 67 and 6F. RGB value is (72,103,111). Sum of RGB (Red+Green+Blue) = 72+103+111=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #48676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48676F is #B79890. Grayscale: #5E5E5E. Windows color (decimal): -12032145 or 7300936. OLE color: 7300936.

HSL color Cylindrical-coordinate representation of color #48676F: hue angle of 192.31º 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 #48676F is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 103 111 -
CMYK 0.35 0.07 0 0.56
HSL 192.31º 0.21% 0.36% -
HSV(B) 192.31º 0.35% 0.44% -
XYZ 10.39 12.23 16.85 -
YUV 94.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 72 103 111 0.35 0.07 0 0.56 192.31 0.21 0.36
Hex 48 67 6F 23 7 0 38 C0 15 24
Octal 110 147 157 43 7 0 70 300 25 44
Binary 1001000 1100111 1101111 100011 111 0 111000 11000000 10101 100100

Color Harmonies of #48676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48676F

Black with #48676F

Text Example


Text Example

White with #48676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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