#446460

Color #446460 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #446460

Tints of Dark Slate #446460

Color information

#446460 (or 0x446460) is unknown color: approx Dark Slate. HEX triplet: 44, 64 and 60. RGB value is (68,100,96). Sum of RGB (Red+Green+Blue) = 68+100+96=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 100 - color contains mainly: green. Hex color #446460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446460 is #BB9B9F. Grayscale: #595959. Windows color (decimal): -12295072 or 6317124. OLE color: 6317124.

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

Color convert

RGB6810096-
CMYK0.3200.040.61
HSL172.5º19.05%32.94%-
HSV(B)172.5º32%39.22%-
XYZ9.0511.1912.75-
YUV89.98131.4112.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=25.76%
G=37.88%
B=36.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68100960.3200.040.61172.519.0532.94
Hex44646020043Dac1321
Octal1041441404004752542341
Binary10001001100100110000010000001001111011010110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446460; }

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

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

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

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

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

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

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

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