Html Css Color HEX #496870 Tax Break

📋 copy color: '#496870'

red 73 ◦ green 104 ◦ blue 112

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

Shades of Tax Break #496870

Tints of Tax Break #496870

RGB

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

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

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

R = 25.26%
G = 35.99%
B = 38.75%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496870 (or 0x496870) is known color: Tax Break. HEX triplet: 49, 68 and 70. RGB value is (73,104,112). Sum of RGB (Red+Green+Blue) = 73+104+112=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #496870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496870 is #B6978F. Grayscale: #5F5F5F. Windows color (decimal): -11966352 or 7366729. OLE color: 7366729.

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

Color convert

RGB 73 104 112 -
CMYK 0.35 0.07 0 0.56
HSL 192.31º 0.21% 0.36% -
HSV(B) 192.31º 0.35% 0.44% -
XYZ 10.62 12.49 17.18 -
YUV 95.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 73 104 112 0.35 0.07 0 0.56 192.31 0.21 0.36
Hex 49 68 70 23 7 0 38 C0 15 24
Octal 111 150 160 43 7 0 70 300 25 44
Binary 1001001 1101000 1110000 100011 111 0 111000 11000000 10101 100100

Color Harmonies of #496870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496870

Black with #496870

Text Example


Text Example

White with #496870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496870; }

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

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

background-color css

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

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

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

border-color css

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

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

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