#466360

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

Shades of Dark Slate #466360

Tints of Dark Slate #466360

Color information

#466360 (or 0x466360) is unknown color: approx Dark Slate. HEX triplet: 46, 63 and 60. RGB value is (70,99,96). Sum of RGB (Red+Green+Blue) = 70+99+96=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #466360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466360 is #B99C9F. Grayscale: #595959. Windows color (decimal): -12164256 or 6316870. OLE color: 6316870.

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

Color convert

RGB709996-
CMYK0.2900.030.61
HSL173.79º17.16%33.14%-
HSV(B)173.79º29.29%38.82%-
XYZ9.111.0712.72-
YUV89.99131.39113.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=26.42%
G=37.36%
B=36.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099960.2900.030.61173.7917.1633.14
Hex4663601D033Dae1121
Octal1061431403503752562141
Binary100011011000111100000111010111111011010111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466360; }

 p { color: rgb(70,99,96); }

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

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

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

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

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

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

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