#466B6E

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

Shades of Tax Break #466B6E

Tints of Tax Break #466B6E

Color information

#466B6E (or 0x466B6E) is unknown color: approx Tax Break. HEX triplet: 46, 6B and 6E. RGB value is (70,107,110). Sum of RGB (Red+Green+Blue) = 70+107+110=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #466B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B6E is #B99491. Grayscale: #606060. Windows color (decimal): -12162194 or 7236422. OLE color: 7236422.

HSL color Cylindrical-coordinate representation of color #466B6E: hue angle of 184.5º 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 #466B6E is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB70107110-
CMYK0.360.0300.57
HSL184.5º22.22%35.29%-
HSV(B)184.5º36.36%43.14%-
XYZ10.612.9416.69-
YUV96.28135.74109.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=24.39%
G=37.28%
B=38.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal701071100.360.0300.57184.522.2235.29
Hex466B6E243039b81623
Octal1061531564430712702643
Binary1000110110101111011101001001101110011011100010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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