Html Css Color HEX #496262 Tax Break

📋 copy color: '#496262'

red 73 ◦ green 98 ◦ blue 98

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

Shades of Tax Break #496262

Tints of Tax Break #496262

RGB

 RED value IS 73 (28.91% from 255) = 27.14%

 GREEN value IS 98 (38.67% from 255) = 36.43%

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 27.14%
G = 36.43%
B = 36.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#496262 (or 0x496262) is known color: Tax Break. HEX triplet: 49, 62 and 62. RGB value is (73,98,98). Sum of RGB (Red+Green+Blue) = 73+98+98=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #496262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496262 is #B69D9D. Grayscale: #5A5A5A. Windows color (decimal): -11967902 or 6447689. OLE color: 6447689.

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

Color convert

RGB 73 98 98 -
CMYK 0.26 0 0 0.62
HSL 180º 0.15% 0.34% -
HSV(B) 180º 0.26% 0.38% -
XYZ 9.32 11.03 13.19 -
YUV 90.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 73 98 98 0.26 0 0 0.62 180 0.15 0.34
Hex 49 62 62 1A 0 0 3E B4 F 22
Octal 111 142 142 32 0 0 76 264 17 42
Binary 1001001 1100010 1100010 11010 0 0 111110 10110100 1111 100010

Color Harmonies of #496262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496262

Black with #496262

Text Example


Text Example

White with #496262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496262; }

 p { color: rgb(73,98,98); }

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

background-color css

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

 a { background-color: rgb(73,98,98); }

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

border-color css

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

 span { border-color: rgb(73,98,98); }

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