Shades of Dark Slate Grey #274B4A
Tints of Dark Slate Grey #274B4A
RGB
CMYK
RGB Variations
Color information
#274B4A (or 0x274B4A) is known color: Dark Slate Grey. HEX triplet: 27, 4B and 4A. RGB value is (39,75,74). Sum of RGB (Red+Green+Blue) = 39+75+74=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 75 - color contains mainly: green. Hex color #274B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B4A is #D8B4B5. Grayscale: #404040. Windows color (decimal): -14202038 or 4868903. OLE color: 4868903.
HSL color Cylindrical-coordinate representation of color #274B4A: hue angle of 178.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #274B4A is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 75 | 74 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.71 |
| HSL | 178.33º | 0.32% | 0.22% | - |
| HSV(B) | 178.33º | 0.48% | 0.29% | - |
| XYZ | 4.59 | 5.96 | 7.39 | - |
| YUV | 64.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 74 | 0.48 | 0 | 0.01 | 0.71 | 178.33 | 0.32 | 0.22 |
| Hex | 27 | 4B | 4A | 30 | 0 | 1 | 47 | B2 | 20 | 16 |
| Octal | 47 | 113 | 112 | 60 | 0 | 1 | 107 | 262 | 40 | 26 |
| Binary | 100111 | 1001011 | 1001010 | 110000 | 0 | 1 | 1000111 | 10110010 | 100000 | 10110 |
Color Harmonies of #274B4A
Complementary color
Monochromatic Colors of #274B4A
Black with #274B4A
Text Example
Text Example
White with #274B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274B4A; }
p { color: rgb(39,75,74); }
H1.HeaderClassName
{
color: #274B4A;
}
.AnyTagClassName
{
color: #274B4A;
}
</style>
background-color css
<style>
a { background-color: #274B4A; }
a { background-color: rgb(39,75,74); }
div.DivClassName
{
background-color: #274B4A;
}
.BgClassName
{
background-color: #274B4A;
}
</style>
border-color css
<style>
span { border-color: #274B4A; }
span { border-color: rgb(39,75,74); }
td.TdClassName
{
border-color: #274B4A;
}
.TagClassName
{
border-color: #274B4A;
}
</style>