Html Css Color HEX #496468 Tax Break

📋 copy color: '#496468'

red 73 ◦ green 100 ◦ blue 104

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

Shades of Tax Break #496468

Tints of Tax Break #496468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

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

R = 26.35%
G = 36.1%
B = 37.55%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#496468 (or 0x496468) is known color: Tax Break. HEX triplet: 49, 64 and 68. RGB value is (73,100,104). Sum of RGB (Red+Green+Blue) = 73+100+104=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #496468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496468 is #B69B97. Grayscale: #5C5C5C. Windows color (decimal): -11967384 or 6841417. OLE color: 6841417.

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

Color convert

RGB 73 100 104 -
CMYK 0.30 0.04 0 0.59
HSL 187.74º 0.18% 0.35% -
HSV(B) 187.74º 0.3% 0.41% -
XYZ 9.8 11.53 14.81 -
YUV 92.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 73 100 104 0.30 0.04 0 0.59 187.74 0.18 0.35
Hex 49 64 68 1E 4 0 3B BC 12 23
Octal 111 144 150 36 4 0 73 274 22 43
Binary 1001001 1100100 1101000 11110 100 0 111011 10111100 10010 100011

Color Harmonies of #496468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496468

Black with #496468

Text Example


Text Example

White with #496468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496468; }

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

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

background-color css

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

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

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

border-color css

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

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

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