#466970

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

Shades of Tax Break #466970

Tints of Tax Break #466970

Color information

#466970 (or 0x466970) is unknown color: approx Tax Break. HEX triplet: 46, 69 and 70. RGB value is (70,105,112). Sum of RGB (Red+Green+Blue) = 70+105+112=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #466970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466970 is #B9968F. Grayscale: #5F5F5F. Windows color (decimal): -12162704 or 7366982. OLE color: 7366982.

HSL color Cylindrical-coordinate representation of color #466970: hue angle of 190º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466970 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB70105112-
CMYK0.380.0600.56
HSL190º23.08%35.69%-
HSV(B)190º37.5%43.92%-
XYZ10.512.5817.2-
YUV95.33137.4109.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=24.39%
G=36.59%
B=39.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701051120.380.0600.5619023.0835.69
Hex466970266038be1724
Octal1061511604660702762744
Binary10001101101001111000010011011001110001011111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466970; }

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

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

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

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

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

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

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

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