#466469

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

Shades of Tax Break #466469

Tints of Tax Break #466469

Color information

#466469 (or 0x466469) is unknown color: approx Tax Break. HEX triplet: 46, 64 and 69. RGB value is (70,100,105). Sum of RGB (Red+Green+Blue) = 70+100+105=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #466469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466469 is #B99B96. Grayscale: #5B5B5B. Windows color (decimal): -12163991 or 6906950. OLE color: 6906950.

HSL color Cylindrical-coordinate representation of color #466469: hue angle of 188.57º 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 #466469 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB70100105-
CMYK0.330.0500.59
HSL188.57º20%34.31%-
HSV(B)188.57º33.33%41.18%-
XYZ9.6311.4415.06-
YUV91.6135.56112.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=25.45%
G=36.36%
B=38.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal701001050.330.0500.59188.572034.31
Hex46646921503Bbd1422
Octal1061441514150732752442
Binary10001101100100110100110000110101110111011110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466469; }

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

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

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

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

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

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

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

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