#446262

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

Shades of Tax Break #446262

Tints of Tax Break #446262

Color information

#446262 (or 0x446262) is unknown color: approx Tax Break. HEX triplet: 44, 62 and 62. RGB value is (68,98,98). Sum of RGB (Red+Green+Blue) = 68+98+98=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #446262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446262 is #BB9D9D. Grayscale: #595959. Windows color (decimal): -12295582 or 6447684. OLE color: 6447684.

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

Color convert

RGB689898-
CMYK0.31000.62
HSL180º18.07%32.55%-
HSV(B)180º30.61%38.43%-
XYZ8.9610.8513.18-
YUV89.03133.06113-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=25.76%
G=37.12%
B=37.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898980.31000.6218018.0732.55
Hex4462621F003Eb41221
Octal1041421423700762642241
Binary10001001100010110001011111001111101011010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446262; }

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

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

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

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

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

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

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

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