Html Css Color HEX #465351 Dark Slate

📋 copy color: '#465351'

red 70 ◦ green 83 ◦ blue 81

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

Shades of Dark Slate #465351

Tints of Dark Slate #465351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 29.91%
G = 35.47%
B = 34.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#465351 (or 0x465351) is known color: Dark Slate. HEX triplet: 46, 53 and 51. RGB value is (70,83,81). Sum of RGB (Red+Green+Blue) = 70+83+81=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #465351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465351 is #B9ACAE. Grayscale: #4E4E4E. Windows color (decimal): -12168367 or 5329734. OLE color: 5329734.

HSL color Cylindrical-coordinate representation of color #465351: hue angle of 170.77º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #465351 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 81 -
CMYK 0.16 0 0.02 0.67
HSL 170.77º 0.08% 0.3% -
HSV(B) 170.77º 0.16% 0.33% -
XYZ 7.1 8.08 8.97 -
YUV 78.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 70 83 81 0.16 0 0.02 0.67 170.77 0.08 0.3
Hex 46 53 51 10 0 2 43 AB 8 1E
Octal 106 123 121 20 0 2 103 253 10 36
Binary 1000110 1010011 1010001 10000 0 10 1000011 10101011 1000 11110

Color Harmonies of #465351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465351

Black with #465351

Text Example


Text Example

White with #465351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465351; }

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

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

background-color css

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

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

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

border-color css

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

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

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