Shades of Teal Blue #28464F
Tints of Teal Blue #28464F
RGB
CMYK
RGB Variations
Color information
#28464F (or 0x28464F) is known color: Teal Blue. HEX triplet: 28, 46 and 4F. RGB value is (40,70,79). Sum of RGB (Red+Green+Blue) = 40+70+79=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #28464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28464F is #D7B9B0. Grayscale: #3D3D3D. Windows color (decimal): -14137777 or 5195304. OLE color: 5195304.
HSL color Cylindrical-coordinate representation of color #28464F: hue angle of 193.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28464F is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 70 | 79 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.69 |
| HSL | 193.85º | 0.33% | 0.23% | - |
| HSV(B) | 193.85º | 0.49% | 0.31% | - |
| XYZ | 4.48 | 5.4 | 8.2 | - |
| YUV | 62.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 79 | 0.49 | 0.11 | 0 | 0.69 | 193.85 | 0.33 | 0.23 |
| Hex | 28 | 46 | 4F | 31 | B | 0 | 45 | C2 | 21 | 17 |
| Octal | 50 | 106 | 117 | 61 | 13 | 0 | 105 | 302 | 41 | 27 |
| Binary | 101000 | 1000110 | 1001111 | 110001 | 1011 | 0 | 1000101 | 11000010 | 100001 | 10111 |
Color Harmonies of #28464F
Complementary color
Monochromatic Colors of #28464F
Black with #28464F
Text Example
Text Example
White with #28464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28464F; }
p { color: rgb(40,70,79); }
H1.HeaderClassName
{
color: #28464F;
}
.AnyTagClassName
{
color: #28464F;
}
</style>
background-color css
<style>
a { background-color: #28464F; }
a { background-color: rgb(40,70,79); }
div.DivClassName
{
background-color: #28464F;
}
.BgClassName
{
background-color: #28464F;
}
</style>
border-color css
<style>
span { border-color: #28464F; }
span { border-color: rgb(40,70,79); }
td.TdClassName
{
border-color: #28464F;
}
.TagClassName
{
border-color: #28464F;
}
</style>