Html Css Color HEX #496A6F Tax Break

📋 copy color: '#496A6F'

red 73 ◦ green 106 ◦ blue 111

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

Shades of Tax Break #496A6F

Tints of Tax Break #496A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.55%

 BLUE value IS 111 (43.75% from 255) = 38.28%

R = 25.17%
G = 36.55%
B = 38.28%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496A6F (or 0x496A6F) is known color: Tax Break. HEX triplet: 49, 6A and 6F. RGB value is (73,106,111). Sum of RGB (Red+Green+Blue) = 73+106+111=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #496A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A6F is #B69590. Grayscale: #606060. Windows color (decimal): -11965841 or 7301705. OLE color: 7301705.

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

Color convert

RGB 73 106 111 -
CMYK 0.34 0.05 0 0.56
HSL 187.89º 0.21% 0.36% -
HSV(B) 187.89º 0.34% 0.44% -
XYZ 10.77 12.87 16.96 -
YUV 96.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 73 106 111 0.34 0.05 0 0.56 187.89 0.21 0.36
Hex 49 6A 6F 22 5 0 38 BC 15 24
Octal 111 152 157 42 5 0 70 274 25 44
Binary 1001001 1101010 1101111 100010 101 0 111000 10111100 10101 100100

Color Harmonies of #496A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A6F

Black with #496A6F

Text Example


Text Example

White with #496A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496A6F; }

 p { color: rgb(73,106,111); }

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

background-color css

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

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

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

border-color css

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

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

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