#446263

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

Shades of Tax Break #446263

Tints of Tax Break #446263

Color information

#446263 (or 0x446263) is unknown color: approx Tax Break. HEX triplet: 44, 62 and 63. RGB value is (68,98,99). Sum of RGB (Red+Green+Blue) = 68+98+99=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #446263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446263 is #BB9D9C. Grayscale: #595959. Windows color (decimal): -12295581 or 6513220. OLE color: 6513220.

HSL color Cylindrical-coordinate representation of color #446263: hue angle of 181.94º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #446263 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB689899-
CMYK0.310.0100.61
HSL181.94º18.56%32.75%-
HSV(B)181.94º31.31%38.82%-
XYZ910.8713.43-
YUV89.14133.56112.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=25.66%
G=36.98%
B=37.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6898990.310.0100.61181.9418.5632.75
Hex4462631F103Db61321
Octal1041421433710752662341
Binary10001001100010110001111111101111011011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446263; }

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

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

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

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

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

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

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

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