#446060

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

Shades of Tax Break #446060

Tints of Tax Break #446060

Color information

#446060 (or 0x446060) is unknown color: approx Tax Break. HEX triplet: 44, 60 and 60. RGB value is (68,96,96). Sum of RGB (Red+Green+Blue) = 68+96+96=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #446060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446060 is #BB9F9F. Grayscale: #575757. Windows color (decimal): -12296096 or 6316100. OLE color: 6316100.

HSL color Cylindrical-coordinate representation of color #446060: hue angle of 180º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446060 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB689696-
CMYK0.29000.62
HSL180º17.07%32.16%-
HSV(B)180º29.17%37.65%-
XYZ8.6810.4412.62-
YUV87.63132.72114-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=26.15%
G=36.92%
B=36.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896960.29000.6218017.0732.16
Hex4460601D003Eb41120
Octal1041401403500762642140
Binary10001001100000110000011101001111101011010010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446060; }

 p { color: rgb(68,96,96); }

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

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

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

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

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

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

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