Html Css Color HEX #465655 Dark Slate

📋 copy color: '#465655'

red 70 ◦ green 86 ◦ blue 85

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

Shades of Dark Slate #465655

Tints of Dark Slate #465655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.68%

 BLUE value IS 85 (33.59% from 255) = 35.27%

R = 29.05%
G = 35.68%
B = 35.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#465655 (or 0x465655) is known color: Dark Slate. HEX triplet: 46, 56 and 55. RGB value is (70,86,85). Sum of RGB (Red+Green+Blue) = 70+86+85=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 86 - color contains mainly: green. Hex color #465655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465655 is #B9A9AA. Grayscale: #515151. Windows color (decimal): -12167595 or 5592646. OLE color: 5592646.

HSL color Cylindrical-coordinate representation of color #465655: hue angle of 176.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #465655 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 85 -
CMYK 0.19 0 0.01 0.66
HSL 176.25º 0.1% 0.31% -
HSV(B) 176.25º 0.19% 0.34% -
XYZ 7.49 8.61 9.86 -
YUV 81.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 70 86 85 0.19 0 0.01 0.66 176.25 0.1 0.31
Hex 46 56 55 13 0 1 42 B0 A 1F
Octal 106 126 125 23 0 1 102 260 12 37
Binary 1000110 1010110 1010101 10011 0 1 1000010 10110000 1010 11111

Color Harmonies of #465655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465655

Black with #465655

Text Example


Text Example

White with #465655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465655; }

 p { color: rgb(70,86,85); }

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

background-color css

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

 a { background-color: rgb(70,86,85); }

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

border-color css

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

 span { border-color: rgb(70,86,85); }

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