Html Css Color HEX #464F4E Dark Slate

📋 copy color: '#464F4E'

red 70 ◦ green 79 ◦ blue 78

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

Shades of Dark Slate #464F4E

Tints of Dark Slate #464F4E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.8%

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

R = 30.84%
G = 34.8%
B = 34.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#464F4E (or 0x464F4E) is known color: Dark Slate. HEX triplet: 46, 4F and 4E. RGB value is (70,79,78). Sum of RGB (Red+Green+Blue) = 70+79+78=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 79 - color contains mainly: green. Hex color #464F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F4E is #B9B0B1. Grayscale: #4C4C4C. Windows color (decimal): -12169394 or 5132102. OLE color: 5132102.

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

Color convert

RGB 70 79 78 -
CMYK 0.11 0 0.01 0.69
HSL 173.33º 0.06% 0.29% -
HSV(B) 173.33º 0.11% 0.31% -
XYZ 6.7 7.44 8.29 -
YUV 76.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 70 79 78 0.11 0 0.01 0.69 173.33 0.06 0.29
Hex 46 4F 4E B 0 1 45 AD 6 1D
Octal 106 117 116 13 0 1 105 255 6 35
Binary 1000110 1001111 1001110 1011 0 1 1000101 10101101 110 11101

Color Harmonies of #464F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F4E

Black with #464F4E

Text Example


Text Example

White with #464F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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