Html Css Color HEX #465E5A Dark Slate

📋 copy color: '#465E5A'

red 70 ◦ green 94 ◦ blue 90

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

Shades of Dark Slate #465E5A

Tints of Dark Slate #465E5A

RGB

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

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

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

R = 27.56%
G = 37.01%
B = 35.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#465E5A (or 0x465E5A) is known color: Dark Slate. HEX triplet: 46, 5E and 5A. RGB value is (70,94,90). Sum of RGB (Red+Green+Blue) = 70+94+90=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 94 - color contains mainly: green. Hex color #465E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E5A is #B9A1A5. Grayscale: #565656. Windows color (decimal): -12165542 or 5922374. OLE color: 5922374.

HSL color Cylindrical-coordinate representation of color #465E5A: hue angle of 170º 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 #465E5A is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 94 90 -
CMYK 0.26 0 0.04 0.63
HSL 170º 0.15% 0.32% -
HSV(B) 170º 0.26% 0.37% -
XYZ 8.37 10.05 11.17 -
YUV 86.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 70 94 90 0.26 0 0.04 0.63 170 0.15 0.32
Hex 46 5E 5A 1A 0 4 3F AA F 20
Octal 106 136 132 32 0 4 77 252 17 40
Binary 1000110 1011110 1011010 11010 0 100 111111 10101010 1111 100000

Color Harmonies of #465E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E5A

Black with #465E5A

Text Example


Text Example

White with #465E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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