#426163

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

Shades of Tax Break #426163

Tints of Tax Break #426163

Color information

#426163 (or 0x426163) is unknown color: approx Tax Break. HEX triplet: 42, 61 and 63. RGB value is (66,97,99). Sum of RGB (Red+Green+Blue) = 66+97+99=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #426163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426163 is #BD9E9C. Grayscale: #575757. Windows color (decimal): -12426909 or 6512962. OLE color: 6512962.

HSL color Cylindrical-coordinate representation of color #426163: hue angle of 183.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426163 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB669799-
CMYK0.330.0200.61
HSL183.64º20%32.35%-
HSV(B)183.64º33.33%38.82%-
XYZ8.7710.6113.39-
YUV87.96134.23112.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=25.19%
G=37.02%
B=37.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6697990.330.0200.61183.642032.35
Hex42616321203Db81420
Octal1021411434120752702440
Binary1000010110000111000111000011001111011011100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426163; }

 p { color: rgb(66,97,99); }

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

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

 a { background-color: rgb(66,97,99); }

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

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

 span { border-color: rgb(66,97,99); }

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