Html Css Color HEX #496162 Tax Break

📋 copy color: '#496162'

red 73 ◦ green 97 ◦ blue 98

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

Shades of Tax Break #496162

Tints of Tax Break #496162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

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

R = 27.24%
G = 36.19%
B = 36.57%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#496162 (or 0x496162) is known color: Tax Break. HEX triplet: 49, 61 and 62. RGB value is (73,97,98). Sum of RGB (Red+Green+Blue) = 73+97+98=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #496162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496162 is #B69E9D. Grayscale: #595959. Windows color (decimal): -11968158 or 6447433. OLE color: 6447433.

HSL color Cylindrical-coordinate representation of color #496162: hue angle of 182.4º 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 #496162 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 98 -
CMYK 0.26 0.01 0 0.62
HSL 182.4º 0.15% 0.34% -
HSV(B) 182.4º 0.26% 0.38% -
XYZ 9.23 10.85 13.16 -
YUV 89.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 73 97 98 0.26 0.01 0 0.62 182.4 0.15 0.34
Hex 49 61 62 1A 1 0 3E B6 F 22
Octal 111 141 142 32 1 0 76 266 17 42
Binary 1001001 1100001 1100010 11010 1 0 111110 10110110 1111 100010

Color Harmonies of #496162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496162

Black with #496162

Text Example


Text Example

White with #496162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496162; }

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

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

background-color css

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

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

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

border-color css

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

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

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