#466969

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

Shades of Tax Break #466969

Tints of Tax Break #466969

Color information

#466969 (or 0x466969) is unknown color: approx Tax Break. HEX triplet: 46, 69 and 69. RGB value is (70,105,105). Sum of RGB (Red+Green+Blue) = 70+105+105=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #466969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466969 is #B99696. Grayscale: #5E5E5E. Windows color (decimal): -12162711 or 6908230. OLE color: 6908230.

HSL color Cylindrical-coordinate representation of color #466969: hue angle of 180º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466969 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB70105105-
CMYK0.33000.59
HSL180º20%34.31%-
HSV(B)180º33.33%41.18%-
XYZ10.1312.4315.23-
YUV94.54133.9110.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=25%
G=37.5%
B=37.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal701051050.33000.591802034.31
Hex46696921003Bb41422
Octal1061511514100732642442
Binary100011011010011101001100001001110111011010010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466969; }

 p { color: rgb(70,105,105); }

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

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

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

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

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

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

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