#426866

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

Shades of Tax Break #426866

Tints of Tax Break #426866

Color information

#426866 (or 0x426866) is unknown color: approx Tax Break. HEX triplet: 42, 68 and 66. RGB value is (66,104,102). Sum of RGB (Red+Green+Blue) = 66+104+102=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #426866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426866 is #BD9799. Grayscale: #5C5C5C. Windows color (decimal): -12425114 or 6711362. OLE color: 6711362.

HSL color Cylindrical-coordinate representation of color #426866: hue angle of 176.84º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426866 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB66104102-
CMYK0.3700.020.59
HSL176.84º22.35%33.33%-
HSV(B)176.84º36.54%40.78%-
XYZ9.612.0214.38-
YUV92.41133.41109.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=24.26%
G=38.24%
B=37.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal661041020.3700.020.59176.8422.3533.33
Hex42686625023Bb11621
Octal1021501464502732612641
Binary1000010110100011001101001010101110111011000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426866; }

 p { color: rgb(66,104,102); }

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

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

 a { background-color: rgb(66,104,102); }

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

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

 span { border-color: rgb(66,104,102); }

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