Shades of Dark Slate Grey #274F4A
Tints of Dark Slate Grey #274F4A
RGB
CMYK
RGB Variations
Color information
#274F4A (or 0x274F4A) is known color: Dark Slate Grey. HEX triplet: 27, 4F and 4A. RGB value is (39,79,74). Sum of RGB (Red+Green+Blue) = 39+79+74=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #274F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F4A is #D8B0B5. Grayscale: #424242. Windows color (decimal): -14201014 or 4869927. OLE color: 4869927.
HSL color Cylindrical-coordinate representation of color #274F4A: hue angle of 172.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274F4A is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 79 | 74 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.69 |
| HSL | 172.5º | 0.34% | 0.23% | - |
| HSV(B) | 172.5º | 0.51% | 0.31% | - |
| XYZ | 4.87 | 6.52 | 7.48 | - |
| YUV | 66.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 74 | 0.51 | 0 | 0.06 | 0.69 | 172.5 | 0.34 | 0.23 |
| Hex | 27 | 4F | 4A | 33 | 0 | 6 | 45 | AC | 22 | 17 |
| Octal | 47 | 117 | 112 | 63 | 0 | 6 | 105 | 254 | 42 | 27 |
| Binary | 100111 | 1001111 | 1001010 | 110011 | 0 | 110 | 1000101 | 10101100 | 100010 | 10111 |
Color Harmonies of #274F4A
Complementary color
Monochromatic Colors of #274F4A
Black with #274F4A
Text Example
Text Example
White with #274F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274F4A; }
p { color: rgb(39,79,74); }
H1.HeaderClassName
{
color: #274F4A;
}
.AnyTagClassName
{
color: #274F4A;
}
</style>
background-color css
<style>
a { background-color: #274F4A; }
a { background-color: rgb(39,79,74); }
div.DivClassName
{
background-color: #274F4A;
}
.BgClassName
{
background-color: #274F4A;
}
</style>
border-color css
<style>
span { border-color: #274F4A; }
span { border-color: rgb(39,79,74); }
td.TdClassName
{
border-color: #274F4A;
}
.TagClassName
{
border-color: #274F4A;
}
</style>