Html Css Color HEX #48666D Tax Break

📋 copy color: '#48666D'

red 72 ◦ green 102 ◦ blue 109

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

Shades of Tax Break #48666D

Tints of Tax Break #48666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 25.44%
G = 36.04%
B = 38.52%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48666D (or 0x48666D) is known color: Tax Break. HEX triplet: 48, 66 and 6D. RGB value is (72,102,109). Sum of RGB (Red+Green+Blue) = 72+102+109=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #48666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48666D is #B79992. Grayscale: #5D5D5D. Windows color (decimal): -12032403 or 7169608. OLE color: 7169608.

HSL color Cylindrical-coordinate representation of color #48666D: hue angle of 191.35º 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 #48666D is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 102 109 -
CMYK 0.34 0.06 0 0.57
HSL 191.35º 0.2% 0.35% -
HSV(B) 191.35º 0.34% 0.43% -
XYZ 10.18 11.98 16.24 -
YUV 93.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 72 102 109 0.34 0.06 0 0.57 191.35 0.2 0.35
Hex 48 66 6D 22 6 0 39 BF 14 23
Octal 110 146 155 42 6 0 71 277 24 43
Binary 1001000 1100110 1101101 100010 110 0 111001 10111111 10100 100011

Color Harmonies of #48666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48666D

Black with #48666D

Text Example


Text Example

White with #48666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48666D; }

 p { color: rgb(72,102,109); }

 H1.HeaderClassName
 {
   color: #48666D;
 }
 .AnyTagClassName
 {
   color: #48666D;
 }
</style>

background-color css

<style>
 a { background-color: #48666D; }

 a { background-color: rgb(72,102,109); }

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

border-color css

<style>
 span { border-color: #48666D; }

 span { border-color: rgb(72,102,109); }

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