Html Css Color HEX #465B58 Dark Slate

📋 copy color: '#465B58'

red 70 ◦ green 91 ◦ blue 88

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

Shades of Dark Slate #465B58

Tints of Dark Slate #465B58

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.55%

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

R = 28.11%
G = 36.55%
B = 35.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#465B58 (or 0x465B58) is known color: Dark Slate. HEX triplet: 46, 5B and 58. RGB value is (70,91,88). Sum of RGB (Red+Green+Blue) = 70+91+88=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #465B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B58 is #B9A4A7. Grayscale: #545454. Windows color (decimal): -12166312 or 5790534. OLE color: 5790534.

HSL color Cylindrical-coordinate representation of color #465B58: hue angle of 171.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B58 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 91 88 -
CMYK 0.23 0 0.03 0.64
HSL 171.43º 0.13% 0.32% -
HSV(B) 171.43º 0.23% 0.36% -
XYZ 8.03 9.49 10.64 -
YUV 84.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 70 91 88 0.23 0 0.03 0.64 171.43 0.13 0.32
Hex 46 5B 58 17 0 3 40 AB D 20
Octal 106 133 130 27 0 3 100 253 15 40
Binary 1000110 1011011 1011000 10111 0 11 1000000 10101011 1101 100000

Color Harmonies of #465B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B58

Black with #465B58

Text Example


Text Example

White with #465B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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