#466866

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

Shades of Tax Break #466866

Tints of Tax Break #466866

Color information

#466866 (or 0x466866) is unknown color: approx Tax Break. HEX triplet: 46, 68 and 66. RGB value is (70,104,102). Sum of RGB (Red+Green+Blue) = 70+104+102=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #466866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466866 is #B99799. Grayscale: #5D5D5D. Windows color (decimal): -12162970 or 6711366. OLE color: 6711366.

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

Color convert

RGB70104102-
CMYK0.3300.020.59
HSL176.47º19.54%34.12%-
HSV(B)176.47º32.69%40.78%-
XYZ9.8712.1614.4-
YUV93.61132.74111.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 102 (40.23% from 255) = 36.96%
R=25.36%
G=37.68%
B=36.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal701041020.3300.020.59176.4719.5434.12
Hex46686621023Bb01422
Octal1061501464102732602442
Binary1000110110100011001101000010101110111011000010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466866; }

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

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

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

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

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

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

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

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