Html Css Color HEX #496866 Tax Break

📋 copy color: '#496866'

red 73 ◦ green 104 ◦ blue 102

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

Shades of Tax Break #496866

Tints of Tax Break #496866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.28%

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 26.16%
G = 37.28%
B = 36.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#496866 (or 0x496866) is known color: Tax Break. HEX triplet: 49, 68 and 66. RGB value is (73,104,102). Sum of RGB (Red+Green+Blue) = 73+104+102=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #496866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496866 is #B69799. Grayscale: #5E5E5E. Windows color (decimal): -11966362 or 6711369. OLE color: 6711369.

HSL color Cylindrical-coordinate representation of color #496866: hue angle of 176.13º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496866 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 102 -
CMYK 0.30 0 0.02 0.59
HSL 176.13º 0.18% 0.35% -
HSV(B) 176.13º 0.3% 0.41% -
XYZ 10.1 12.28 14.41 -
YUV 94.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 73 104 102 0.30 0 0.02 0.59 176.13 0.18 0.35
Hex 49 68 66 1E 0 2 3B B0 12 23
Octal 111 150 146 36 0 2 73 260 22 43
Binary 1001001 1101000 1100110 11110 0 10 111011 10110000 10010 100011

Color Harmonies of #496866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496866

Black with #496866

Text Example


Text Example

White with #496866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496866; }

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

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

background-color css

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

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

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

border-color css

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

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

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