Html Css Color HEX #496365 Tax Break

📋 copy color: '#496365'

red 73 ◦ green 99 ◦ blue 101

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

Shades of Tax Break #496365

Tints of Tax Break #496365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37%

R = 26.74%
G = 36.26%
B = 37%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#496365 (or 0x496365) is known color: Tax Break. HEX triplet: 49, 63 and 65. RGB value is (73,99,101). Sum of RGB (Red+Green+Blue) = 73+99+101=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #496365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496365 is #B69C9A. Grayscale: #5B5B5B. Windows color (decimal): -11967643 or 6644553. OLE color: 6644553.

HSL color Cylindrical-coordinate representation of color #496365: hue angle of 184.29º degrees, saturation: 0.16, 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 #496365 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 99 101 -
CMYK 0.28 0.02 0 0.60
HSL 184.29º 0.16% 0.34% -
HSV(B) 184.29º 0.28% 0.4% -
XYZ 9.56 11.28 13.99 -
YUV 91.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 73 99 101 0.28 0.02 0 0.60 184.29 0.16 0.34
Hex 49 63 65 1C 2 0 3C B8 10 22
Octal 111 143 145 34 2 0 74 270 20 42
Binary 1001001 1100011 1100101 11100 10 0 111100 10111000 10000 100010

Color Harmonies of #496365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496365

Black with #496365

Text Example


Text Example

White with #496365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496365; }

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

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

background-color css

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

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

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

border-color css

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

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

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