Shades of Teal Blue #26464D
Tints of Teal Blue #26464D
RGB
CMYK
RGB Variations
Color information
#26464D (or 0x26464D) is known color: Teal Blue. HEX triplet: 26, 46 and 4D. RGB value is (38,70,77). Sum of RGB (Red+Green+Blue) = 38+70+77=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #26464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26464D is #D9B9B2. Grayscale: #3D3D3D. Windows color (decimal): -14268851 or 5064230. OLE color: 5064230.
HSL color Cylindrical-coordinate representation of color #26464D: hue angle of 190.77º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26464D is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 70 | 77 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.70 |
| HSL | 190.77º | 0.34% | 0.23% | - |
| HSV(B) | 190.77º | 0.51% | 0.3% | - |
| XYZ | 4.33 | 5.33 | 7.82 | - |
| YUV | 61.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 77 | 0.51 | 0.09 | 0 | 0.70 | 190.77 | 0.34 | 0.23 |
| Hex | 26 | 46 | 4D | 33 | 9 | 0 | 46 | BF | 22 | 17 |
| Octal | 46 | 106 | 115 | 63 | 11 | 0 | 106 | 277 | 42 | 27 |
| Binary | 100110 | 1000110 | 1001101 | 110011 | 1001 | 0 | 1000110 | 10111111 | 100010 | 10111 |
Color Harmonies of #26464D
Complementary color
Monochromatic Colors of #26464D
Black with #26464D
Text Example
Text Example
White with #26464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26464D; }
p { color: rgb(38,70,77); }
H1.HeaderClassName
{
color: #26464D;
}
.AnyTagClassName
{
color: #26464D;
}
</style>
background-color css
<style>
a { background-color: #26464D; }
a { background-color: rgb(38,70,77); }
div.DivClassName
{
background-color: #26464D;
}
.BgClassName
{
background-color: #26464D;
}
</style>
border-color css
<style>
span { border-color: #26464D; }
span { border-color: rgb(38,70,77); }
td.TdClassName
{
border-color: #26464D;
}
.TagClassName
{
border-color: #26464D;
}
</style>