Html Css Color HEX #466360 Dark Slate

📋 copy color: '#466360'

red 70 ◦ green 99 ◦ blue 96

#466360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #466360

Tints of Dark Slate #466360

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 value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#466360 (or 0x466360) is known color: 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

RGB 70 99 96 -
CMYK 0.29 0 0.03 0.61
HSL 173.79º 0.17% 0.33% -
HSV(B) 173.79º 0.29% 0.39% -
XYZ 9.1 11.07 12.72 -
YUV 89.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 70 99 96 0.29 0 0.03 0.61 173.79 0.17 0.33
Hex 46 63 60 1D 0 3 3D AE 11 21
Octal 106 143 140 35 0 3 75 256 21 41
Binary 1000110 1100011 1100000 11101 0 11 111101 10101110 10001 100001

Color Harmonies of #466360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466360

Black with #466360

Text Example


Text Example

White with #466360

Text Example


Text Example

HTML Codes & Css Web 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>