#466668

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

Shades of Tax Break #466668

Tints of Tax Break #466668

Color information

#466668 (or 0x466668) is unknown color: approx Tax Break. HEX triplet: 46, 66 and 68. RGB value is (70,102,104). Sum of RGB (Red+Green+Blue) = 70+102+104=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #466668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466668 is #B99997. Grayscale: #5C5C5C. Windows color (decimal): -12163480 or 6841926. OLE color: 6841926.

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

Color convert

RGB70102104-
CMYK0.330.0200.59
HSL183.53º19.54%34.12%-
HSV(B)183.53º32.69%40.78%-
XYZ9.7811.814.86-
YUV92.66134.4111.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=25.36%
G=36.96%
B=37.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal701021040.330.0200.59183.5319.5434.12
Hex46666821203Bb81422
Octal1061461504120732702442
Binary1000110110011011010001000011001110111011100010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466668; }

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

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

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

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

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

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

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

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