#466A70

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

Shades of Tax Break #466A70

Tints of Tax Break #466A70

Color information

#466A70 (or 0x466A70) is unknown color: approx Tax Break. HEX triplet: 46, 6A and 70. RGB value is (70,106,112). Sum of RGB (Red+Green+Blue) = 70+106+112=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #466A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A70 is #B9958F. Grayscale: #5F5F5F. Windows color (decimal): -12162448 or 7367238. OLE color: 7367238.

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

Color convert

RGB70106112-
CMYK0.380.0500.56
HSL188.57º23.08%35.69%-
HSV(B)188.57º37.5%43.92%-
XYZ10.612.7817.24-
YUV95.92137.07109.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=24.31%
G=36.81%
B=38.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701061120.380.0500.56188.5723.0835.69
Hex466A70265038bd1724
Octal1061521604650702752744
Binary10001101101010111000010011010101110001011110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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