Html Css Color HEX #465050 Dark Slate

📋 copy color: '#465050'

red 70 ◦ green 80 ◦ blue 80

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

Shades of Dark Slate #465050

Tints of Dark Slate #465050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 30.43%
G = 34.78%
B = 34.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#465050 (or 0x465050) is known color: Dark Slate. HEX triplet: 46, 50 and 50. RGB value is (70,80,80). Sum of RGB (Red+Green+Blue) = 70+80+80=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #465050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465050 is #B9AFAF. Grayscale: #4C4C4C. Windows color (decimal): -12169136 or 5263430. OLE color: 5263430.

HSL color Cylindrical-coordinate representation of color #465050: hue angle of 180º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #465050 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 80 -
CMYK 0.12 0 0 0.69
HSL 180º 0.07% 0.29% -
HSV(B) 180º 0.13% 0.31% -
XYZ 6.84 7.62 8.7 -
YUV 77.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 70 80 80 0.12 0 0 0.69 180 0.07 0.29
Hex 46 50 50 C 0 0 45 B4 7 1D
Octal 106 120 120 14 0 0 105 264 7 35
Binary 1000110 1010000 1010000 1100 0 0 1000101 10110100 111 11101

Color Harmonies of #465050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465050

Black with #465050

Text Example


Text Example

White with #465050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465050; }

 p { color: rgb(70,80,80); }

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

background-color css

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

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

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

border-color css

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

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

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