Html Css Color HEX #486363 Tax Break

📋 copy color: '#486363'

red 72 ◦ green 99 ◦ blue 99

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

Shades of Tax Break #486363

Tints of Tax Break #486363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

 BLUE value IS 99 (39.06% from 255) = 36.67%

R = 26.67%
G = 36.67%
B = 36.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#486363 (or 0x486363) is known color: Tax Break. HEX triplet: 48, 63 and 63. RGB value is (72,99,99). Sum of RGB (Red+Green+Blue) = 72+99+99=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #486363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486363 is #B79C9C. Grayscale: #5A5A5A. Windows color (decimal): -12033181 or 6513480. OLE color: 6513480.

HSL color Cylindrical-coordinate representation of color #486363: hue angle of 180º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486363 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 99 -
CMYK 0.27 0 0 0.61
HSL 180º 0.16% 0.34% -
HSV(B) 180º 0.27% 0.39% -
XYZ 9.39 11.2 13.47 -
YUV 90.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 72 99 99 0.27 0 0 0.61 180 0.16 0.34
Hex 48 63 63 1B 0 0 3D B4 10 22
Octal 110 143 143 33 0 0 75 264 20 42
Binary 1001000 1100011 1100011 11011 0 0 111101 10110100 10000 100010

Color Harmonies of #486363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486363

Black with #486363

Text Example


Text Example

White with #486363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486363; }

 p { color: rgb(72,99,99); }

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

background-color css

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

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

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

border-color css

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

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

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