Shades of Teal Blue #2A464B
Tints of Teal Blue #2A464B
RGB
CMYK
RGB Variations
Color information
#2A464B (or 0x2A464B) is known color: Teal Blue. HEX triplet: 2A, 46 and 4B. RGB value is (42,70,75). Sum of RGB (Red+Green+Blue) = 42+70+75=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A464B is #D5B9B4. Grayscale: #3E3E3E. Windows color (decimal): -14006709 or 4933162. OLE color: 4933162.
HSL color Cylindrical-coordinate representation of color #2A464B: hue angle of 189.09º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A464B is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 70 | 75 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.71 |
| HSL | 189.09º | 0.28% | 0.23% | - |
| HSV(B) | 189.09º | 0.44% | 0.29% | - |
| XYZ | 4.42 | 5.38 | 7.46 | - |
| YUV | 62.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 75 | 0.44 | 0.07 | 0 | 0.71 | 189.09 | 0.28 | 0.23 |
| Hex | 2A | 46 | 4B | 2C | 7 | 0 | 47 | BD | 1C | 17 |
| Octal | 52 | 106 | 113 | 54 | 7 | 0 | 107 | 275 | 34 | 27 |
| Binary | 101010 | 1000110 | 1001011 | 101100 | 111 | 0 | 1000111 | 10111101 | 11100 | 10111 |
Color Harmonies of #2A464B
Complementary color
Monochromatic Colors of #2A464B
Black with #2A464B
Text Example
Text Example
White with #2A464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A464B; }
p { color: rgb(42,70,75); }
H1.HeaderClassName
{
color: #2A464B;
}
.AnyTagClassName
{
color: #2A464B;
}
</style>
background-color css
<style>
a { background-color: #2A464B; }
a { background-color: rgb(42,70,75); }
div.DivClassName
{
background-color: #2A464B;
}
.BgClassName
{
background-color: #2A464B;
}
</style>
border-color css
<style>
span { border-color: #2A464B; }
span { border-color: rgb(42,70,75); }
td.TdClassName
{
border-color: #2A464B;
}
.TagClassName
{
border-color: #2A464B;
}
</style>