Html Css Color HEX #465A58 Dark Slate

📋 copy color: '#465A58'

red 70 ◦ green 90 ◦ blue 88

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

Shades of Dark Slate #465A58

Tints of Dark Slate #465A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.29%

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

R = 28.23%
G = 36.29%
B = 35.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#465A58 (or 0x465A58) is known color: Dark Slate. HEX triplet: 46, 5A and 58. RGB value is (70,90,88). Sum of RGB (Red+Green+Blue) = 70+90+88=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 90 - color contains mainly: green. Hex color #465A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A58 is #B9A5A7. Grayscale: #535353. Windows color (decimal): -12166568 or 5790278. OLE color: 5790278.

HSL color Cylindrical-coordinate representation of color #465A58: hue angle of 174º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A58 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 88 -
CMYK 0.22 0 0.02 0.65
HSL 174º 0.13% 0.31% -
HSV(B) 174º 0.22% 0.35% -
XYZ 7.94 9.32 10.61 -
YUV 83.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 70 90 88 0.22 0 0.02 0.65 174 0.13 0.31
Hex 46 5A 58 16 0 2 41 AE C 1F
Octal 106 132 130 26 0 2 101 256 14 37
Binary 1000110 1011010 1011000 10110 0 10 1000001 10101110 1100 11111

Color Harmonies of #465A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A58

Black with #465A58

Text Example


Text Example

White with #465A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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