#484E4D

Color #484E4D Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #484E4D

Tints of Dark Slate #484E4D

Color information

#484E4D (or 0x484E4D) is unknown color: approx Dark Slate. HEX triplet: 48, 4E and 4D. RGB value is (72,78,77). Sum of RGB (Red+Green+Blue) = 72+78+77=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 78 - color contains mainly: green. Hex color #484E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E4D is #B7B1B2. Grayscale: #4C4C4C. Windows color (decimal): -12038579 or 5066312. OLE color: 5066312.

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

Color convert

RGB727877-
CMYK0.0800.010.69
HSL170º4%29.41%-
HSV(B)170º7.69%30.59%-
XYZ6.747.368.09-
YUV76.09128.51125.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=31.72%
G=34.36%
B=33.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7278770.0800.010.69170429.41
Hex484E4D80145aa41d
Octal1101161151001105252435
Binary10010001001110100110110000110001011010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484E4D; }

 p { color: rgb(72,78,77); }

 H1.HeaderClassName
 {
   color: #484E4D;
 }
 .AnyTagClassName
 {
   color: #484E4D;
 }
</style>
background-color css

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

 a { background-color: rgb(72,78,77); }

 div.DivClassName
 {
   background-color: #484E4D;
 }
 .BgClassName
 {
   background-color: #484E4D;
 }
</style>
border-color css

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

 span { border-color: rgb(72,78,77); }

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