Html Css Color HEX #496B70 Tax Break

📋 copy color: '#496B70'

red 73 ◦ green 107 ◦ blue 112

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

Shades of Tax Break #496B70

Tints of Tax Break #496B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.64%

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

R = 25%
G = 36.64%
B = 38.36%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496B70 (or 0x496B70) is known color: Tax Break. HEX triplet: 49, 6B and 70. RGB value is (73,107,112). Sum of RGB (Red+Green+Blue) = 73+107+112=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #496B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B70 is #B6948F. Grayscale: #616161. Windows color (decimal): -11965584 or 7367497. OLE color: 7367497.

HSL color Cylindrical-coordinate representation of color #496B70: hue angle of 187.69º 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 #496B70 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 107 112 -
CMYK 0.35 0.04 0 0.56
HSL 187.69º 0.21% 0.36% -
HSV(B) 187.69º 0.35% 0.44% -
XYZ 10.93 13.1 17.28 -
YUV 97.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 73 107 112 0.35 0.04 0 0.56 187.69 0.21 0.36
Hex 49 6B 70 23 4 0 38 BC 15 24
Octal 111 153 160 43 4 0 70 274 25 44
Binary 1001001 1101011 1110000 100011 100 0 111000 10111100 10101 100100

Color Harmonies of #496B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B70

Black with #496B70

Text Example


Text Example

White with #496B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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