#466B70

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

Shades of Tax Break #466B70

Tints of Tax Break #466B70

Color information

#466B70 (or 0x466B70) is unknown color: approx Tax Break. HEX triplet: 46, 6B and 70. RGB value is (70,107,112). Sum of RGB (Red+Green+Blue) = 70+107+112=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #466B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B70 is #B9948F. Grayscale: #606060. Windows color (decimal): -12162192 or 7367494. OLE color: 7367494.

HSL color Cylindrical-coordinate representation of color #466B70: hue angle of 187.14º 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 #466B70 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB70107112-
CMYK0.380.0400.56
HSL187.14º23.08%35.69%-
HSV(B)187.14º37.5%43.92%-
XYZ10.7112.9917.27-
YUV96.51136.74109.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=24.22%
G=37.02%
B=38.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701071120.380.0400.56187.1423.0835.69
Hex466B70264038bb1724
Octal1061531604640702732744
Binary10001101101011111000010011010001110001011101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466B70; }

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

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

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

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

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

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

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

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