#466968

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

Shades of Tax Break #466968

Tints of Tax Break #466968

Color information

#466968 (or 0x466968) is unknown color: approx Tax Break. HEX triplet: 46, 69 and 68. RGB value is (70,105,104). Sum of RGB (Red+Green+Blue) = 70+105+104=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #466968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466968 is #B99697. Grayscale: #5E5E5E. Windows color (decimal): -12162712 or 6842694. OLE color: 6842694.

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

Color convert

RGB70105104-
CMYK0.3300.010.59
HSL178.29º20%34.31%-
HSV(B)178.29º33.33%41.18%-
XYZ10.0812.414.96-
YUV94.42133.4110.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=25.09%
G=37.63%
B=37.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal701051040.3300.010.59178.292034.31
Hex46696821013Bb21422
Octal1061511504101732622442
Binary100011011010011101000100001011110111011001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466968; }

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

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

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

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

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

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

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

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