Shades of Cadet Blue #46A9A6
Tints of Cadet Blue #46A9A6
RGB
CMYK
RGB Variations
Color information
#46A9A6 (or 0x46A9A6) is known color: Cadet Blue. HEX triplet: 46, A9 and A6. RGB value is (70,169,166). Sum of RGB (Red+Green+Blue) = 70+169+166=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #46A9A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A9A6 is #B95659. Grayscale: #8A8A8A. Windows color (decimal): -12146266 or 10922310. OLE color: 10922310.
HSL color Cylindrical-coordinate representation of color #46A9A6: hue angle of 178.18º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A9A6 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 169 | 166 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.34 |
| HSL | 178.18º | 0.41% | 0.47% | - |
| HSV(B) | 178.18º | 0.59% | 0.66% | - |
| XYZ | 23.6 | 32.43 | 41.09 | - |
| YUV | 139.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 169 | 166 | 0.59 | 0 | 0.02 | 0.34 | 178.18 | 0.41 | 0.47 |
| Hex | 46 | A9 | A6 | 3B | 0 | 2 | 22 | B2 | 29 | 2F |
| Octal | 106 | 251 | 246 | 73 | 0 | 2 | 42 | 262 | 51 | 57 |
| Binary | 1000110 | 10101001 | 10100110 | 111011 | 0 | 10 | 100010 | 10110010 | 101001 | 101111 |
Color Harmonies of #46A9A6
Complementary color
Monochromatic Colors of #46A9A6
Black with #46A9A6
Text Example
Text Example
White with #46A9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A9A6; }
p { color: rgb(70,169,166); }
H1.HeaderClassName
{
color: #46A9A6;
}
.AnyTagClassName
{
color: #46A9A6;
}
</style>
background-color css
<style>
a { background-color: #46A9A6; }
a { background-color: rgb(70,169,166); }
div.DivClassName
{
background-color: #46A9A6;
}
.BgClassName
{
background-color: #46A9A6;
}
</style>
border-color css
<style>
span { border-color: #46A9A6; }
span { border-color: rgb(70,169,166); }
td.TdClassName
{
border-color: #46A9A6;
}
.TagClassName
{
border-color: #46A9A6;
}
</style>