Html Css Color HEX #465858 Dark Slate

📋 copy color: '#465858'

red 70 ◦ green 88 ◦ blue 88

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

Shades of Dark Slate #465858

Tints of Dark Slate #465858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.77%

 BLUE value IS 88 (34.77% from 255) = 35.77%

R = 28.46%
G = 35.77%
B = 35.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#465858 (or 0x465858) is known color: Dark Slate. HEX triplet: 46, 58 and 58. RGB value is (70,88,88). Sum of RGB (Red+Green+Blue) = 70+88+88=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #465858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465858 is #B9A7A7. Grayscale: #525252. Windows color (decimal): -12167080 or 5789766. OLE color: 5789766.

HSL color Cylindrical-coordinate representation of color #465858: hue angle of 180º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465858 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 88 -
CMYK 0.20 0 0 0.65
HSL 180º 0.11% 0.31% -
HSV(B) 180º 0.2% 0.35% -
XYZ 7.78 8.99 10.56 -
YUV 82.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 70 88 88 0.20 0 0 0.65 180 0.11 0.31
Hex 46 58 58 14 0 0 41 B4 B 1F
Octal 106 130 130 24 0 0 101 264 13 37
Binary 1000110 1011000 1011000 10100 0 0 1000001 10110100 1011 11111

Color Harmonies of #465858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465858

Black with #465858

Text Example


Text Example

White with #465858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465858; }

 p { color: rgb(70,88,88); }

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

background-color css

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

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

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

border-color css

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

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

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