#454D4E

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

Shades of Dark Slate #454D4E

Tints of Dark Slate #454D4E

Color information

#454D4E (or 0x454D4E) is unknown color: approx Dark Slate. HEX triplet: 45, 4D and 4E. RGB value is (69,77,78). Sum of RGB (Red+Green+Blue) = 69+77+78=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 78 - color contains mainly: blue. Hex color #454D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D4E is #BAB2B1. Grayscale: #4A4A4A. Windows color (decimal): -12235442 or 5131589. OLE color: 5131589.

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

Color convert

RGB697778-
CMYK0.120.0100.69
HSL186.67º6.12%28.82%-
HSV(B)186.67º11.54%30.59%-
XYZ6.487.128.24-
YUV74.72129.85123.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=30.80%
G=34.38%
B=34.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6977780.120.0100.69186.676.1228.82
Hex454D4EC1045bb61d
Octal1051151161410105273635
Binary10001011001101100111011001010001011011101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454D4E; }

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

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

<style>
 a { background-color: #454D4E; }

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

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

<style>
 span { border-color: #454D4E; }

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

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