Html Css Color HEX #46504E Dark Slate

📋 copy color: '#46504E'

red 70 ◦ green 80 ◦ blue 78

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

Shades of Dark Slate #46504E

Tints of Dark Slate #46504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 30.7%
G = 35.09%
B = 34.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#46504E (or 0x46504E) is known color: Dark Slate. HEX triplet: 46, 50 and 4E. RGB value is (70,80,78). Sum of RGB (Red+Green+Blue) = 70+80+78=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 80 - color contains mainly: green. Hex color #46504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46504E is #B9AFB1. Grayscale: #4C4C4C. Windows color (decimal): -12169138 or 5132358. OLE color: 5132358.

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

Color convert

RGB 70 80 78 -
CMYK 0.12 0 0.02 0.69
HSL 168º 0.07% 0.29% -
HSV(B) 168º 0.13% 0.31% -
XYZ 6.77 7.59 8.32 -
YUV 76.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 70 80 78 0.12 0 0.02 0.69 168 0.07 0.29
Hex 46 50 4E C 0 2 45 A8 7 1D
Octal 106 120 116 14 0 2 105 250 7 35
Binary 1000110 1010000 1001110 1100 0 10 1000101 10101000 111 11101

Color Harmonies of #46504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46504E

Black with #46504E

Text Example


Text Example

White with #46504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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