Shades of Teal Blue #26464B
Tints of Teal Blue #26464B
RGB
CMYK
RGB Variations
Color information
#26464B (or 0x26464B) is known color: Teal Blue. HEX triplet: 26, 46 and 4B. RGB value is (38,70,75). Sum of RGB (Red+Green+Blue) = 38+70+75=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #26464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26464B is #D9B9B4. Grayscale: #3C3C3C. Windows color (decimal): -14268853 or 4933158. OLE color: 4933158.
HSL color Cylindrical-coordinate representation of color #26464B: hue angle of 188.11º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #26464B is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 70 | 75 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.71 |
| HSL | 188.11º | 0.33% | 0.22% | - |
| HSV(B) | 188.11º | 0.49% | 0.29% | - |
| XYZ | 4.26 | 5.3 | 7.46 | - |
| YUV | 61 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 75 | 0.49 | 0.07 | 0 | 0.71 | 188.11 | 0.33 | 0.22 |
| Hex | 26 | 46 | 4B | 31 | 7 | 0 | 47 | BC | 21 | 16 |
| Octal | 46 | 106 | 113 | 61 | 7 | 0 | 107 | 274 | 41 | 26 |
| Binary | 100110 | 1000110 | 1001011 | 110001 | 111 | 0 | 1000111 | 10111100 | 100001 | 10110 |
Color Harmonies of #26464B
Complementary color
Monochromatic Colors of #26464B
Black with #26464B
Text Example
Text Example
White with #26464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26464B; }
p { color: rgb(38,70,75); }
H1.HeaderClassName
{
color: #26464B;
}
.AnyTagClassName
{
color: #26464B;
}
</style>
background-color css
<style>
a { background-color: #26464B; }
a { background-color: rgb(38,70,75); }
div.DivClassName
{
background-color: #26464B;
}
.BgClassName
{
background-color: #26464B;
}
</style>
border-color css
<style>
span { border-color: #26464B; }
span { border-color: rgb(38,70,75); }
td.TdClassName
{
border-color: #26464B;
}
.TagClassName
{
border-color: #26464B;
}
</style>