Shades of Cadet Blue #46A6A1
Tints of Cadet Blue #46A6A1
RGB
CMYK
RGB Variations
Color information
#46A6A1 (or 0x46A6A1) is known color: Cadet Blue. HEX triplet: 46, A6 and A1. RGB value is (70,166,161). Sum of RGB (Red+Green+Blue) = 70+166+161=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #46A6A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A6A1 is #B9595E. Grayscale: #888888. Windows color (decimal): -12147039 or 10593862. OLE color: 10593862.
HSL color Cylindrical-coordinate representation of color #46A6A1: hue angle of 176.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A6A1 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 166 | 161 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.35 |
| HSL | 176.88º | 0.41% | 0.46% | - |
| HSV(B) | 176.88º | 0.58% | 0.65% | - |
| XYZ | 22.6 | 31.15 | 38.54 | - |
| YUV | 136.73 | 141.7 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 166 | 161 | 0.58 | 0 | 0.03 | 0.35 | 176.88 | 0.41 | 0.46 |
| Hex | 46 | A6 | A1 | 3A | 0 | 3 | 23 | B1 | 29 | 2E |
| Octal | 106 | 246 | 241 | 72 | 0 | 3 | 43 | 261 | 51 | 56 |
| Binary | 1000110 | 10100110 | 10100001 | 111010 | 0 | 11 | 100011 | 10110001 | 101001 | 101110 |
Color Harmonies of #46A6A1
Complementary color
Monochromatic Colors of #46A6A1
Black with #46A6A1
Text Example
Text Example
White with #46A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A6A1; }
p { color: rgb(70,166,161); }
H1.HeaderClassName
{
color: #46A6A1;
}
.AnyTagClassName
{
color: #46A6A1;
}
</style>
background-color css
<style>
a { background-color: #46A6A1; }
a { background-color: rgb(70,166,161); }
div.DivClassName
{
background-color: #46A6A1;
}
.BgClassName
{
background-color: #46A6A1;
}
</style>
border-color css
<style>
span { border-color: #46A6A1; }
span { border-color: rgb(70,166,161); }
td.TdClassName
{
border-color: #46A6A1;
}
.TagClassName
{
border-color: #46A6A1;
}
</style>