Shades of Teal Blue #27464D
Tints of Teal Blue #27464D
RGB
CMYK
RGB Variations
Color information
#27464D (or 0x27464D) is known color: Teal Blue. HEX triplet: 27, 46 and 4D. RGB value is (39,70,77). Sum of RGB (Red+Green+Blue) = 39+70+77=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #27464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27464D is #D8B9B2. Grayscale: #3D3D3D. Windows color (decimal): -14203315 or 5064231. OLE color: 5064231.
HSL color Cylindrical-coordinate representation of color #27464D: hue angle of 191.05º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27464D is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 70 | 77 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.70 |
| HSL | 191.05º | 0.33% | 0.23% | - |
| HSV(B) | 191.05º | 0.49% | 0.3% | - |
| XYZ | 4.37 | 5.35 | 7.82 | - |
| YUV | 61.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 77 | 0.49 | 0.09 | 0 | 0.70 | 191.05 | 0.33 | 0.23 |
| Hex | 27 | 46 | 4D | 31 | 9 | 0 | 46 | BF | 21 | 17 |
| Octal | 47 | 106 | 115 | 61 | 11 | 0 | 106 | 277 | 41 | 27 |
| Binary | 100111 | 1000110 | 1001101 | 110001 | 1001 | 0 | 1000110 | 10111111 | 100001 | 10111 |
Color Harmonies of #27464D
Complementary color
Monochromatic Colors of #27464D
Black with #27464D
Text Example
Text Example
White with #27464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27464D; }
p { color: rgb(39,70,77); }
H1.HeaderClassName
{
color: #27464D;
}
.AnyTagClassName
{
color: #27464D;
}
</style>
background-color css
<style>
a { background-color: #27464D; }
a { background-color: rgb(39,70,77); }
div.DivClassName
{
background-color: #27464D;
}
.BgClassName
{
background-color: #27464D;
}
</style>
border-color css
<style>
span { border-color: #27464D; }
span { border-color: rgb(39,70,77); }
td.TdClassName
{
border-color: #27464D;
}
.TagClassName
{
border-color: #27464D;
}
</style>