Html Css Color HEX #496568 Tax Break

📋 copy color: '#496568'

red 73 ◦ green 101 ◦ blue 104

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

Shades of Tax Break #496568

Tints of Tax Break #496568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 26.26%
G = 36.33%
B = 37.41%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#496568 (or 0x496568) is known color: Tax Break. HEX triplet: 49, 65 and 68. RGB value is (73,101,104). Sum of RGB (Red+Green+Blue) = 73+101+104=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #496568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496568 is #B69A97. Grayscale: #5C5C5C. Windows color (decimal): -11967128 or 6841673. OLE color: 6841673.

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

Color convert

RGB 73 101 104 -
CMYK 0.30 0.03 0 0.59
HSL 185.81º 0.18% 0.35% -
HSV(B) 185.81º 0.3% 0.41% -
XYZ 9.9 11.72 14.84 -
YUV 92.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 73 101 104 0.30 0.03 0 0.59 185.81 0.18 0.35
Hex 49 65 68 1E 3 0 3B BA 12 23
Octal 111 145 150 36 3 0 73 272 22 43
Binary 1001001 1100101 1101000 11110 11 0 111011 10111010 10010 100011

Color Harmonies of #496568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496568

Black with #496568

Text Example


Text Example

White with #496568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496568; }

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

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

background-color css

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

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

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

border-color css

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

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

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