Shades of Teal Blue #2E484F
Tints of Teal Blue #2E484F
RGB
CMYK
RGB Variations
Color information
#2E484F (or 0x2E484F) is known color: Teal Blue. HEX triplet: 2E, 48 and 4F. RGB value is (46,72,79). Sum of RGB (Red+Green+Blue) = 46+72+79=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E484F is #D1B7B0. Grayscale: #404040. Windows color (decimal): -13744049 or 5195822. OLE color: 5195822.
HSL color Cylindrical-coordinate representation of color #2E484F: hue angle of 192.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E484F is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 72 | 79 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.69 |
| HSL | 192.73º | 0.26% | 0.25% | - |
| HSV(B) | 192.73º | 0.42% | 0.31% | - |
| XYZ | 4.86 | 5.78 | 8.26 | - |
| YUV | 65.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 79 | 0.42 | 0.09 | 0 | 0.69 | 192.73 | 0.26 | 0.25 |
| Hex | 2E | 48 | 4F | 2A | 9 | 0 | 45 | C1 | 1A | 19 |
| Octal | 56 | 110 | 117 | 52 | 11 | 0 | 105 | 301 | 32 | 31 |
| Binary | 101110 | 1001000 | 1001111 | 101010 | 1001 | 0 | 1000101 | 11000001 | 11010 | 11001 |
Color Harmonies of #2E484F
Complementary color
Monochromatic Colors of #2E484F
Black with #2E484F
Text Example
Text Example
White with #2E484F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E484F; }
p { color: rgb(46,72,79); }
H1.HeaderClassName
{
color: #2E484F;
}
.AnyTagClassName
{
color: #2E484F;
}
</style>
background-color css
<style>
a { background-color: #2E484F; }
a { background-color: rgb(46,72,79); }
div.DivClassName
{
background-color: #2E484F;
}
.BgClassName
{
background-color: #2E484F;
}
</style>
border-color css
<style>
span { border-color: #2E484F; }
span { border-color: rgb(46,72,79); }
td.TdClassName
{
border-color: #2E484F;
}
.TagClassName
{
border-color: #2E484F;
}
</style>