Shades of Dark Slate Grey #304C4D
Tints of Dark Slate Grey #304C4D
RGB
CMYK
RGB Variations
Color information
#304C4D (or 0x304C4D) is known color: Dark Slate Grey. HEX triplet: 30, 4C and 4D. RGB value is (48,76,77). Sum of RGB (Red+Green+Blue) = 48+76+77=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #304C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C4D is #CFB3B2. Grayscale: #434343. Windows color (decimal): -13611955 or 5065776. OLE color: 5065776.
HSL color Cylindrical-coordinate representation of color #304C4D: hue angle of 182.07º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304C4D is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 76 | 77 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.70 |
| HSL | 182.07º | 0.23% | 0.25% | - |
| HSV(B) | 182.07º | 0.38% | 0.3% | - |
| XYZ | 5.14 | 6.33 | 7.97 | - |
| YUV | 67.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 77 | 0.38 | 0.01 | 0 | 0.70 | 182.07 | 0.23 | 0.25 |
| Hex | 30 | 4C | 4D | 26 | 1 | 0 | 46 | B6 | 17 | 19 |
| Octal | 60 | 114 | 115 | 46 | 1 | 0 | 106 | 266 | 27 | 31 |
| Binary | 110000 | 1001100 | 1001101 | 100110 | 1 | 0 | 1000110 | 10110110 | 10111 | 11001 |
Color Harmonies of #304C4D
Complementary color
Monochromatic Colors of #304C4D
Black with #304C4D
Text Example
Text Example
White with #304C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C4D; }
p { color: rgb(48,76,77); }
H1.HeaderClassName
{
color: #304C4D;
}
.AnyTagClassName
{
color: #304C4D;
}
</style>
background-color css
<style>
a { background-color: #304C4D; }
a { background-color: rgb(48,76,77); }
div.DivClassName
{
background-color: #304C4D;
}
.BgClassName
{
background-color: #304C4D;
}
</style>
border-color css
<style>
span { border-color: #304C4D; }
span { border-color: rgb(48,76,77); }
td.TdClassName
{
border-color: #304C4D;
}
.TagClassName
{
border-color: #304C4D;
}
</style>