Html Css Color HEX #465754 Dark Slate

📋 copy color: '#465754'

red 70 ◦ green 87 ◦ blue 84

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

Shades of Dark Slate #465754

Tints of Dark Slate #465754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.1%

 BLUE value IS 84 (33.2% from 255) = 34.85%

R = 29.05%
G = 36.1%
B = 34.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#465754 (or 0x465754) is known color: Dark Slate. HEX triplet: 46, 57 and 54. RGB value is (70,87,84). Sum of RGB (Red+Green+Blue) = 70+87+84=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 87 - color contains mainly: green. Hex color #465754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465754 is #B9A8AB. Grayscale: #515151. Windows color (decimal): -12167340 or 5527366. OLE color: 5527366.

HSL color Cylindrical-coordinate representation of color #465754: hue angle of 169.41º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465754 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 87 84 -
CMYK 0.20 0 0.03 0.66
HSL 169.41º 0.11% 0.31% -
HSV(B) 169.41º 0.2% 0.34% -
XYZ 7.53 8.76 9.68 -
YUV 81.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 70 87 84 0.20 0 0.03 0.66 169.41 0.11 0.31
Hex 46 57 54 14 0 3 42 A9 B 1F
Octal 106 127 124 24 0 3 102 251 13 37
Binary 1000110 1010111 1010100 10100 0 11 1000010 10101001 1011 11111

Color Harmonies of #465754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465754

Black with #465754

Text Example


Text Example

White with #465754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465754; }

 p { color: rgb(70,87,84); }

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

background-color css

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

 a { background-color: rgb(70,87,84); }

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

border-color css

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

 span { border-color: rgb(70,87,84); }

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