Html Css Color HEX #496663 Tax Break

📋 copy color: '#496663'

red 73 ◦ green 102 ◦ blue 99

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

Shades of Tax Break #496663

Tints of Tax Break #496663

RGB

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

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

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

R = 26.64%
G = 37.23%
B = 36.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#496663 (or 0x496663) is known color: Tax Break. HEX triplet: 49, 66 and 63. RGB value is (73,102,99). Sum of RGB (Red+Green+Blue) = 73+102+99=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 102 - color contains mainly: green. Hex color #496663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496663 is #B6999C. Grayscale: #5C5C5C. Windows color (decimal): -11966877 or 6514249. OLE color: 6514249.

HSL color Cylindrical-coordinate representation of color #496663: hue angle of 173.79º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496663 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 99 -
CMYK 0.28 0 0.03 0.6
HSL 173.79º 0.17% 0.34% -
HSV(B) 173.79º 0.28% 0.4% -
XYZ 9.75 11.82 13.57 -
YUV 92.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 73 102 99 0.28 0 0.03 0.6 173.79 0.17 0.34
Hex 49 66 63 1C 0 3 3C AE 11 22
Octal 111 146 143 34 0 3 74 256 21 42
Binary 1001001 1100110 1100011 11100 0 11 111100 10101110 10001 100010

Color Harmonies of #496663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496663

Black with #496663

Text Example


Text Example

White with #496663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496663; }

 p { color: rgb(73,102,99); }

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

background-color css

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

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

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

border-color css

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

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

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