Html Css Color HEX #465D5A Dark Slate

📋 copy color: '#465D5A'

red 70 ◦ green 93 ◦ blue 90

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

Shades of Dark Slate #465D5A

Tints of Dark Slate #465D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.76%

 BLUE value IS 90 (35.55% from 255) = 35.57%

R = 27.67%
G = 36.76%
B = 35.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#465D5A (or 0x465D5A) is known color: Dark Slate. HEX triplet: 46, 5D and 5A. RGB value is (70,93,90). Sum of RGB (Red+Green+Blue) = 70+93+90=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 93 - color contains mainly: green. Hex color #465D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D5A is #B9A2A5. Grayscale: #555555. Windows color (decimal): -12165798 or 5922118. OLE color: 5922118.

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

Color convert

RGB 70 93 90 -
CMYK 0.25 0 0.03 0.64
HSL 172.17º 0.14% 0.32% -
HSV(B) 172.17º 0.25% 0.36% -
XYZ 8.29 9.87 11.14 -
YUV 85.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 70 93 90 0.25 0 0.03 0.64 172.17 0.14 0.32
Hex 46 5D 5A 19 0 3 40 AC E 20
Octal 106 135 132 31 0 3 100 254 16 40
Binary 1000110 1011101 1011010 11001 0 11 1000000 10101100 1110 100000

Color Harmonies of #465D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D5A

Black with #465D5A

Text Example


Text Example

White with #465D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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