Html Css Color HEX #465451 Dark Slate

📋 copy color: '#465451'

red 70 ◦ green 84 ◦ blue 81

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

Shades of Dark Slate #465451

Tints of Dark Slate #465451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

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

R = 29.79%
G = 35.74%
B = 34.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#465451 (or 0x465451) is known color: Dark Slate. HEX triplet: 46, 54 and 51. RGB value is (70,84,81). Sum of RGB (Red+Green+Blue) = 70+84+81=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #465451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465451 is #B9ABAE. Grayscale: #4F4F4F. Windows color (decimal): -12168111 or 5329990. OLE color: 5329990.

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

Color convert

RGB 70 84 81 -
CMYK 0.17 0 0.04 0.67
HSL 167.14º 0.09% 0.3% -
HSV(B) 167.14º 0.17% 0.33% -
XYZ 7.18 8.24 9 -
YUV 79.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 70 84 81 0.17 0 0.04 0.67 167.14 0.09 0.3
Hex 46 54 51 11 0 4 43 A7 9 1E
Octal 106 124 121 21 0 4 103 247 11 36
Binary 1000110 1010100 1010001 10001 0 100 1000011 10100111 1001 11110

Color Harmonies of #465451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465451

Black with #465451

Text Example


Text Example

White with #465451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465451; }

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

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

background-color css

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

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

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

border-color css

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

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

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