Html Css Color HEX #496364 Tax Break

📋 copy color: '#496364'

red 73 ◦ green 99 ◦ blue 100

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

Shades of Tax Break #496364

Tints of Tax Break #496364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.76%

R = 26.84%
G = 36.4%
B = 36.76%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#496364 (or 0x496364) is known color: Tax Break. HEX triplet: 49, 63 and 64. RGB value is (73,99,100). Sum of RGB (Red+Green+Blue) = 73+99+100=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 100 - color contains mainly: blue. Hex color #496364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496364 is #B69C9B. Grayscale: #5B5B5B. Windows color (decimal): -11967644 or 6579017. OLE color: 6579017.

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

Color convert

RGB 73 99 100 -
CMYK 0.27 0.01 0 0.61
HSL 182.22º 0.16% 0.34% -
HSV(B) 182.22º 0.27% 0.39% -
XYZ 9.51 11.26 13.73 -
YUV 91.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 73 99 100 0.27 0.01 0 0.61 182.22 0.16 0.34
Hex 49 63 64 1B 1 0 3D B6 10 22
Octal 111 143 144 33 1 0 75 266 20 42
Binary 1001001 1100011 1100100 11011 1 0 111101 10110110 10000 100010

Color Harmonies of #496364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496364

Black with #496364

Text Example


Text Example

White with #496364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496364; }

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

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

background-color css

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

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

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

border-color css

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

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

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