Shades of Dark Slate Grey #274B4E
Tints of Dark Slate Grey #274B4E
RGB
CMYK
RGB Variations
Color information
#274B4E (or 0x274B4E) is known color: Dark Slate Grey. HEX triplet: 27, 4B and 4E. RGB value is (39,75,78). Sum of RGB (Red+Green+Blue) = 39+75+78=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #274B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B4E is #D8B4B1. Grayscale: #404040. Windows color (decimal): -14202034 or 5131047. OLE color: 5131047.
HSL color Cylindrical-coordinate representation of color #274B4E: hue angle of 184.62º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #274B4E is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 75 | 78 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.69 |
| HSL | 184.62º | 0.33% | 0.23% | - |
| HSV(B) | 184.62º | 0.5% | 0.31% | - |
| XYZ | 4.73 | 6.01 | 8.12 | - |
| YUV | 64.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 78 | 0.50 | 0.04 | 0 | 0.69 | 184.62 | 0.33 | 0.23 |
| Hex | 27 | 4B | 4E | 32 | 4 | 0 | 45 | B9 | 21 | 17 |
| Octal | 47 | 113 | 116 | 62 | 4 | 0 | 105 | 271 | 41 | 27 |
| Binary | 100111 | 1001011 | 1001110 | 110010 | 100 | 0 | 1000101 | 10111001 | 100001 | 10111 |
Color Harmonies of #274B4E
Complementary color
Monochromatic Colors of #274B4E
Black with #274B4E
Text Example
Text Example
White with #274B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274B4E; }
p { color: rgb(39,75,78); }
H1.HeaderClassName
{
color: #274B4E;
}
.AnyTagClassName
{
color: #274B4E;
}
</style>
background-color css
<style>
a { background-color: #274B4E; }
a { background-color: rgb(39,75,78); }
div.DivClassName
{
background-color: #274B4E;
}
.BgClassName
{
background-color: #274B4E;
}
</style>
border-color css
<style>
span { border-color: #274B4E; }
span { border-color: rgb(39,75,78); }
td.TdClassName
{
border-color: #274B4E;
}
.TagClassName
{
border-color: #274B4E;
}
</style>