Shades of Dark Slate Grey #274A4C
Tints of Dark Slate Grey #274A4C
RGB
CMYK
RGB Variations
Color information
#274A4C (or 0x274A4C) is known color: Dark Slate Grey. HEX triplet: 27, 4A and 4C. RGB value is (39,74,76). Sum of RGB (Red+Green+Blue) = 39+74+76=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #274A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274A4C is #D8B5B3. Grayscale: #3F3F3F. Windows color (decimal): -14202292 or 4999719. OLE color: 4999719.
HSL color Cylindrical-coordinate representation of color #274A4C: hue angle of 183.24º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274A4C is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 74 | 76 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.70 |
| HSL | 183.24º | 0.32% | 0.23% | - |
| HSV(B) | 183.24º | 0.49% | 0.3% | - |
| XYZ | 4.59 | 5.85 | 7.72 | - |
| YUV | 63.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 76 | 0.49 | 0.03 | 0 | 0.70 | 183.24 | 0.32 | 0.23 |
| Hex | 27 | 4A | 4C | 31 | 3 | 0 | 46 | B7 | 20 | 17 |
| Octal | 47 | 112 | 114 | 61 | 3 | 0 | 106 | 267 | 40 | 27 |
| Binary | 100111 | 1001010 | 1001100 | 110001 | 11 | 0 | 1000110 | 10110111 | 100000 | 10111 |
Color Harmonies of #274A4C
Complementary color
Monochromatic Colors of #274A4C
Black with #274A4C
Text Example
Text Example
White with #274A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A4C; }
p { color: rgb(39,74,76); }
H1.HeaderClassName
{
color: #274A4C;
}
.AnyTagClassName
{
color: #274A4C;
}
</style>
background-color css
<style>
a { background-color: #274A4C; }
a { background-color: rgb(39,74,76); }
div.DivClassName
{
background-color: #274A4C;
}
.BgClassName
{
background-color: #274A4C;
}
</style>
border-color css
<style>
span { border-color: #274A4C; }
span { border-color: rgb(39,74,76); }
td.TdClassName
{
border-color: #274A4C;
}
.TagClassName
{
border-color: #274A4C;
}
</style>