#465F60

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

Shades of Tax Break #465F60

Tints of Tax Break #465F60

Color information

#465F60 (or 0x465F60) is unknown color: approx Tax Break. HEX triplet: 46, 5F and 60. RGB value is (70,95,96). Sum of RGB (Red+Green+Blue) = 70+95+96=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #465F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F60 is #B9A09F. Grayscale: #575757. Windows color (decimal): -12165280 or 6315846. OLE color: 6315846.

HSL color Cylindrical-coordinate representation of color #465F60: hue angle of 182.31º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465F60 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB709596-
CMYK0.270.0100.62
HSL182.31º15.66%32.55%-
HSV(B)182.31º27.08%37.65%-
XYZ8.7310.3312.6-
YUV87.64132.72115.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=26.82%
G=36.40%
B=36.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7095960.270.0100.62182.3115.6632.55
Hex465F601B103Eb61021
Octal1061371403310762662041
Binary10001101011111110000011011101111101011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465F60; }

 p { color: rgb(70,95,96); }

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

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

 a { background-color: rgb(70,95,96); }

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

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

 span { border-color: rgb(70,95,96); }

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