#466264

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

Shades of Tax Break #466264

Tints of Tax Break #466264

Color information

#466264 (or 0x466264) is unknown color: approx Tax Break. HEX triplet: 46, 62 and 64. RGB value is (70,98,100). Sum of RGB (Red+Green+Blue) = 70+98+100=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 100 - color contains mainly: blue. Hex color #466264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466264 is #B99D9B. Grayscale: #595959. Windows color (decimal): -12164508 or 6578758. OLE color: 6578758.

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

Color convert

RGB7098100-
CMYK0.300.0200.61
HSL184º17.65%33.33%-
HSV(B)184º30%39.22%-
XYZ9.1910.9613.69-
YUV89.86133.72113.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=26.12%
G=36.57%
B=37.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70981000.300.0200.6118417.6533.33
Hex4662641E203Db81221
Octal1061421443620752702241
Binary100011011000101100100111101001111011011100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466264; }

 p { color: rgb(70,98,100); }

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

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

 a { background-color: rgb(70,98,100); }

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

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

 span { border-color: rgb(70,98,100); }

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