#496667

Color #496667 Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #496667

Tints of Tax Break #496667

Color information

#496667 (or 0x496667) is unknown color: approx Tax Break. HEX triplet: 49, 66 and 67. RGB value is (73,102,103). Sum of RGB (Red+Green+Blue) = 73+102+103=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #496667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496667 is #B69998. Grayscale: #5D5D5D. Windows color (decimal): -11966873 or 6776393. OLE color: 6776393.

HSL color Cylindrical-coordinate representation of color #496667: hue angle of 182º 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 #496667 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB73102103-
CMYK0.290.0100.60
HSL182º17.05%34.51%-
HSV(B)182º29.13%40.39%-
XYZ9.9511.914.6-
YUV93.44133.39113.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 103 (40.62% from 255) = 37.05%
R=26.26%
G=36.69%
B=37.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal731021030.290.0100.6018217.0534.51
Hex4966671D103Cb61123
Octal1111461473510742662143
Binary10010011100110110011111101101111001011011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496667; }

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

 H1.HeaderClassName
 {
   color: #496667;
 }
 .AnyTagClassName
 {
   color: #496667;
 }
</style>
background-color css

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

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

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

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

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

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