Html Css Color HEX #496969 Tax Break

📋 copy color: '#496969'

red 73 ◦ green 105 ◦ blue 105

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

Shades of Tax Break #496969

Tints of Tax Break #496969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.1%

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 25.8%
G = 37.1%
B = 37.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#496969 (or 0x496969) is known color: Tax Break. HEX triplet: 49, 69 and 69. RGB value is (73,105,105). Sum of RGB (Red+Green+Blue) = 73+105+105=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #496969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496969 is #B69696. Grayscale: #5F5F5F. Windows color (decimal): -11966103 or 6908233. OLE color: 6908233.

HSL color Cylindrical-coordinate representation of color #496969: hue angle of 180º 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 #496969 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 105 -
CMYK 0.30 0 0 0.59
HSL 180º 0.18% 0.35% -
HSV(B) 180º 0.3% 0.41% -
XYZ 10.35 12.54 15.24 -
YUV 95.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 73 105 105 0.30 0 0 0.59 180 0.18 0.35
Hex 49 69 69 1E 0 0 3B B4 12 23
Octal 111 151 151 36 0 0 73 264 22 43
Binary 1001001 1101001 1101001 11110 0 0 111011 10110100 10010 100011

Color Harmonies of #496969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496969

Black with #496969

Text Example


Text Example

White with #496969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496969; }

 p { color: rgb(73,105,105); }

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

background-color css

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

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

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

border-color css

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

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

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