Html Css Color HEX #465150 Dark Slate

📋 copy color: '#465150'

red 70 ◦ green 81 ◦ blue 80

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

Shades of Dark Slate #465150

Tints of Dark Slate #465150

RGB

 RED value IS 70 (27.73% from 255) = 30.3%

 GREEN value IS 81 (32.03% from 255) = 35.06%

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 30.3%
G = 35.06%
B = 34.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#465150 (or 0x465150) is known color: Dark Slate. HEX triplet: 46, 51 and 50. RGB value is (70,81,80). Sum of RGB (Red+Green+Blue) = 70+81+80=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 81 - color contains mainly: green. Hex color #465150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465150 is #B9AEAF. Grayscale: #4D4D4D. Windows color (decimal): -12168880 or 5263686. OLE color: 5263686.

HSL color Cylindrical-coordinate representation of color #465150: hue angle of 174.55º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #465150 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 80 -
CMYK 0.14 0 0.01 0.68
HSL 174.55º 0.07% 0.3% -
HSV(B) 174.55º 0.14% 0.32% -
XYZ 6.92 7.77 8.72 -
YUV 77.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 70 81 80 0.14 0 0.01 0.68 174.55 0.07 0.3
Hex 46 51 50 E 0 1 44 AF 7 1E
Octal 106 121 120 16 0 1 104 257 7 36
Binary 1000110 1010001 1010000 1110 0 1 1000100 10101111 111 11110

Color Harmonies of #465150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465150

Black with #465150

Text Example


Text Example

White with #465150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465150; }

 p { color: rgb(70,81,80); }

 H1.HeaderClassName
 {
   color: #465150;
 }
 .AnyTagClassName
 {
   color: #465150;
 }
</style>

background-color css

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

 a { background-color: rgb(70,81,80); }

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

border-color css

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

 span { border-color: rgb(70,81,80); }

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