Html Css Color HEX #496467 Tax Break

📋 copy color: '#496467'

red 73 ◦ green 100 ◦ blue 103

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

Shades of Tax Break #496467

Tints of Tax Break #496467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 26.45%
G = 36.23%
B = 37.32%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#496467 (or 0x496467) is known color: Tax Break. HEX triplet: 49, 64 and 67. RGB value is (73,100,103). Sum of RGB (Red+Green+Blue) = 73+100+103=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #496467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496467 is #B69B98. Grayscale: #5C5C5C. Windows color (decimal): -11967385 or 6775881. OLE color: 6775881.

HSL color Cylindrical-coordinate representation of color #496467: hue angle of 186º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #496467 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 100 103 -
CMYK 0.29 0.03 0 0.60
HSL 186º 0.17% 0.35% -
HSV(B) 186º 0.29% 0.4% -
XYZ 9.75 11.51 14.54 -
YUV 92.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 73 100 103 0.29 0.03 0 0.60 186 0.17 0.35
Hex 49 64 67 1D 3 0 3C BA 11 23
Octal 111 144 147 35 3 0 74 272 21 43
Binary 1001001 1100100 1100111 11101 11 0 111100 10111010 10001 100011

Color Harmonies of #496467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496467

Black with #496467

Text Example


Text Example

White with #496467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496467; }

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

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

background-color css

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

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

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

border-color css

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

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

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