Shades of Dark Slate Grey #274647
Tints of Dark Slate Grey #274647
RGB
CMYK
RGB Variations
Color information
#274647 (or 0x274647) is known color: Dark Slate Grey. HEX triplet: 27, 46 and 47. RGB value is (39,70,71). Sum of RGB (Red+Green+Blue) = 39+70+71=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #274647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274647 is #D8B9B8. Grayscale: #3C3C3C. Windows color (decimal): -14203321 or 4671015. OLE color: 4671015.
HSL color Cylindrical-coordinate representation of color #274647: hue angle of 181.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #274647 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 70 | 71 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.72 |
| HSL | 181.88º | 0.29% | 0.22% | - |
| HSV(B) | 181.88º | 0.45% | 0.28% | - |
| XYZ | 4.16 | 5.27 | 6.76 | - |
| YUV | 60.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 71 | 0.45 | 0.01 | 0 | 0.72 | 181.88 | 0.29 | 0.22 |
| Hex | 27 | 46 | 47 | 2D | 1 | 0 | 48 | B6 | 1D | 16 |
| Octal | 47 | 106 | 107 | 55 | 1 | 0 | 110 | 266 | 35 | 26 |
| Binary | 100111 | 1000110 | 1000111 | 101101 | 1 | 0 | 1001000 | 10110110 | 11101 | 10110 |
Color Harmonies of #274647
Complementary color
Monochromatic Colors of #274647
Black with #274647
Text Example
Text Example
White with #274647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274647; }
p { color: rgb(39,70,71); }
H1.HeaderClassName
{
color: #274647;
}
.AnyTagClassName
{
color: #274647;
}
</style>
background-color css
<style>
a { background-color: #274647; }
a { background-color: rgb(39,70,71); }
div.DivClassName
{
background-color: #274647;
}
.BgClassName
{
background-color: #274647;
}
</style>
border-color css
<style>
span { border-color: #274647; }
span { border-color: rgb(39,70,71); }
td.TdClassName
{
border-color: #274647;
}
.TagClassName
{
border-color: #274647;
}
</style>