Html Css Color HEX #46504F Dark Slate

📋 copy color: '#46504F'

red 70 ◦ green 80 ◦ blue 79

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

Shades of Dark Slate #46504F

Tints of Dark Slate #46504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 30.57%
G = 34.93%
B = 34.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#46504F (or 0x46504F) is known color: Dark Slate. HEX triplet: 46, 50 and 4F. RGB value is (70,80,79). Sum of RGB (Red+Green+Blue) = 70+80+79=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 80 - color contains mainly: green. Hex color #46504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46504F is #B9AFB0. Grayscale: #4C4C4C. Windows color (decimal): -12169137 or 5197894. OLE color: 5197894.

HSL color Cylindrical-coordinate representation of color #46504F: hue angle of 174º 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 #46504F is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 79 -
CMYK 0.12 0 0.01 0.69
HSL 174º 0.07% 0.29% -
HSV(B) 174º 0.13% 0.31% -
XYZ 6.81 7.6 8.51 -
YUV 76.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 70 80 79 0.12 0 0.01 0.69 174 0.07 0.29
Hex 46 50 4F C 0 1 45 AE 7 1D
Octal 106 120 117 14 0 1 105 256 7 35
Binary 1000110 1010000 1001111 1100 0 1 1000101 10101110 111 11101

Color Harmonies of #46504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46504F

Black with #46504F

Text Example


Text Example

White with #46504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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