#446766

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

Shades of Tax Break #446766

Tints of Tax Break #446766

Color information

#446766 (or 0x446766) is unknown color: approx Tax Break. HEX triplet: 44, 67 and 66. RGB value is (68,103,102). Sum of RGB (Red+Green+Blue) = 68+103+102=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #446766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446766 is #BB9899. Grayscale: #5C5C5C. Windows color (decimal): -12294298 or 6711108. OLE color: 6711108.

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

Color convert

RGB68103102-
CMYK0.3400.010.60
HSL178.29º20.47%33.53%-
HSV(B)178.29º33.98%40.39%-
XYZ9.6311.8914.36-
YUV92.42133.4110.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=24.91%
G=37.73%
B=37.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal681031020.3400.010.60178.2920.4733.53
Hex44676622013Cb21422
Octal1041471464201742622442
Binary100010011001111100110100010011111001011001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446766; }

 p { color: rgb(68,103,102); }

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

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

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

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

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

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

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