#466366

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

Shades of Tax Break #466366

Tints of Tax Break #466366

Color information

#466366 (or 0x466366) is unknown color: approx Tax Break. HEX triplet: 46, 63 and 66. RGB value is (70,99,102). Sum of RGB (Red+Green+Blue) = 70+99+102=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 102 - color contains mainly: blue. Hex color #466366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466366 is #B99C99. Grayscale: #5A5A5A. Windows color (decimal): -12164250 or 6710086. OLE color: 6710086.

HSL color Cylindrical-coordinate representation of color #466366: hue angle of 185.62º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #466366 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7099102-
CMYK0.310.0300.6
HSL185.62º18.6%33.73%-
HSV(B)185.62º31.37%40%-
XYZ9.3911.1914.23-
YUV90.67134.39113.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=25.83%
G=36.53%
B=37.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70991020.310.0300.6185.6218.633.73
Hex4663661F303Cba1322
Octal1061431463730742722342
Binary100011011000111100110111111101111001011101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466366; }

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

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

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

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

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

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

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

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