Html Css Color HEX #496970 Tax Break

📋 copy color: '#496970'

red 73 ◦ green 105 ◦ blue 112

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

Shades of Tax Break #496970

Tints of Tax Break #496970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 25.17%
G = 36.21%
B = 38.62%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496970 (or 0x496970) is known color: Tax Break. HEX triplet: 49, 69 and 70. RGB value is (73,105,112). Sum of RGB (Red+Green+Blue) = 73+105+112=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #496970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496970 is #B6968F. Grayscale: #606060. Windows color (decimal): -11966096 or 7366985. OLE color: 7366985.

HSL color Cylindrical-coordinate representation of color #496970: hue angle of 190.77º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496970 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 105 112 -
CMYK 0.35 0.06 0 0.56
HSL 190.77º 0.21% 0.36% -
HSV(B) 190.77º 0.35% 0.44% -
XYZ 10.72 12.69 17.21 -
YUV 96.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 73 105 112 0.35 0.06 0 0.56 190.77 0.21 0.36
Hex 49 69 70 23 6 0 38 BF 15 24
Octal 111 151 160 43 6 0 70 277 25 44
Binary 1001001 1101001 1110000 100011 110 0 111000 10111111 10101 100100

Color Harmonies of #496970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496970

Black with #496970

Text Example


Text Example

White with #496970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496970; }

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

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

background-color css

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

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

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

border-color css

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

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

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