Html Css Color HEX #465E5C Dark Slate

📋 copy color: '#465E5C'

red 70 ◦ green 94 ◦ blue 92

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

Shades of Dark Slate #465E5C

Tints of Dark Slate #465E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.72%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 27.34%
G = 36.72%
B = 35.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#465E5C (or 0x465E5C) is known color: Dark Slate. HEX triplet: 46, 5E and 5C. RGB value is (70,94,92). Sum of RGB (Red+Green+Blue) = 70+94+92=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 94 - color contains mainly: green. Hex color #465E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E5C is #B9A1A3. Grayscale: #565656. Windows color (decimal): -12165540 or 6053446. OLE color: 6053446.

HSL color Cylindrical-coordinate representation of color #465E5C: hue angle of 175º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465E5C is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 94 92 -
CMYK 0.26 0 0.02 0.63
HSL 175º 0.15% 0.32% -
HSV(B) 175º 0.26% 0.37% -
XYZ 8.46 10.08 11.62 -
YUV 86.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 70 94 92 0.26 0 0.02 0.63 175 0.15 0.32
Hex 46 5E 5C 1A 0 2 3F AF F 20
Octal 106 136 134 32 0 2 77 257 17 40
Binary 1000110 1011110 1011100 11010 0 10 111111 10101111 1111 100000

Color Harmonies of #465E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E5C

Black with #465E5C

Text Example


Text Example

White with #465E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,94,92); }

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

background-color css

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

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

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

border-color css

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

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

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