#304D4E

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

Shades of Dark Slate Grey #304D4E

Tints of Dark Slate Grey #304D4E

Color information

#304D4E (or 0x304D4E) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4D and 4E. RGB value is (48,77,78). Sum of RGB (Red+Green+Blue) = 48+77+78=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #304D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D4E is #CFB2B1. Grayscale: #444444. Windows color (decimal): -13611698 or 5131568. OLE color: 5131568.

HSL color Cylindrical-coordinate representation of color #304D4E: hue angle of 182º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D4E is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB487778-
CMYK0.380.0100.69
HSL182º23.81%24.71%-
HSV(B)182º38.46%30.59%-
XYZ5.256.498.18-
YUV68.44133.39113.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=23.65%
G=37.93%
B=38.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4877780.380.0100.6918223.8124.71
Hex304D4E261045b61819
Octal6011511646101052663031
Binary11000010011011001110100110101000101101101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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