#466A6E

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

Shades of Tax Break #466A6E

Tints of Tax Break #466A6E

Color information

#466A6E (or 0x466A6E) is unknown color: approx Tax Break. HEX triplet: 46, 6A and 6E. RGB value is (70,106,110). Sum of RGB (Red+Green+Blue) = 70+106+110=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #466A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A6E is #B99591. Grayscale: #5F5F5F. Windows color (decimal): -12162450 or 7236166. OLE color: 7236166.

HSL color Cylindrical-coordinate representation of color #466A6E: hue angle of 186º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #466A6E is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB70106110-
CMYK0.360.0400.57
HSL186º22.22%35.29%-
HSV(B)186º36.36%43.14%-
XYZ10.4912.7416.66-
YUV95.69136.07109.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=24.48%
G=37.06%
B=38.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal701061100.360.0400.5718622.2235.29
Hex466A6E244039ba1623
Octal1061521564440712722643
Binary10001101101010110111010010010001110011011101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466A6E; }

 p { color: rgb(70,106,110); }

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

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

 a { background-color: rgb(70,106,110); }

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

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

 span { border-color: rgb(70,106,110); }

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