#466367

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

Shades of Tax Break #466367

Tints of Tax Break #466367

Color information

#466367 (or 0x466367) is unknown color: approx Tax Break. HEX triplet: 46, 63 and 67. RGB value is (70,99,103). Sum of RGB (Red+Green+Blue) = 70+99+103=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 103 - color contains mainly: blue. Hex color #466367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466367 is #B99C98. Grayscale: #5A5A5A. Windows color (decimal): -12164249 or 6775622. OLE color: 6775622.

HSL color Cylindrical-coordinate representation of color #466367: hue angle of 187.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466367 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7099103-
CMYK0.320.0400.60
HSL187.27º19.08%33.92%-
HSV(B)187.27º32.04%40.39%-
XYZ9.4411.2114.5-
YUV90.79134.89113.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 103 (40.62% from 255) = 37.87%
R=25.74%
G=36.40%
B=37.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70991030.320.0400.60187.2719.0833.92
Hex46636720403Cbb1322
Octal1061431474040742732342
Binary10001101100011110011110000010001111001011101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466367; }

 p { color: rgb(70,99,103); }

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

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

 a { background-color: rgb(70,99,103); }

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

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

 span { border-color: rgb(70,99,103); }

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