#46676B

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

Shades of Tax Break #46676B

Tints of Tax Break #46676B

Color information

#46676B (or 0x46676B) is unknown color: approx Tax Break. HEX triplet: 46, 67 and 6B. RGB value is (70,103,107). Sum of RGB (Red+Green+Blue) = 70+103+107=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #46676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46676B is #B99894. Grayscale: #5D5D5D. Windows color (decimal): -12163221 or 7038790. OLE color: 7038790.

HSL color Cylindrical-coordinate representation of color #46676B: hue angle of 186.49º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46676B is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB70103107-
CMYK0.350.0400.58
HSL186.49º20.9%34.71%-
HSV(B)186.49º34.58%41.96%-
XYZ10.0312.0615.71-
YUV93.59135.57111.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=25%
G=36.79%
B=38.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal701031070.350.0400.58186.4920.934.71
Hex46676B23403Aba1523
Octal1061471534340722722543
Binary10001101100111110101110001110001110101011101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46676B; }

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

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

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

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

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

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

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

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