Html Css Color HEX #464C4B Dark Slate

📋 copy color: '#464C4B'

red 70 ◦ green 76 ◦ blue 75

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

Shades of Dark Slate #464C4B

Tints of Dark Slate #464C4B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.39%

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 31.67%
G = 34.39%
B = 33.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#464C4B (or 0x464C4B) is known color: Dark Slate. HEX triplet: 46, 4C and 4B. RGB value is (70,76,75). Sum of RGB (Red+Green+Blue) = 70+76+75=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 76 - color contains mainly: green. Hex color #464C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C4B is #B9B3B4. Grayscale: #4A4A4A. Windows color (decimal): -12170165 or 4934726. OLE color: 4934726.

HSL color Cylindrical-coordinate representation of color #464C4B: hue angle of 170º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #464C4B is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 76 75 -
CMYK 0.08 0 0.01 0.70
HSL 170º 0.04% 0.29% -
HSV(B) 170º 0.08% 0.3% -
XYZ 6.38 6.98 7.67 -
YUV 74.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 70 76 75 0.08 0 0.01 0.70 170 0.04 0.29
Hex 46 4C 4B 8 0 1 46 AA 4 1D
Octal 106 114 113 10 0 1 106 252 4 35
Binary 1000110 1001100 1001011 1000 0 1 1000110 10101010 100 11101

Color Harmonies of #464C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C4B

Black with #464C4B

Text Example


Text Example

White with #464C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,76,75); }

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

background-color css

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

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

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

border-color css

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

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

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