Shades of Cadet Blue #46A6A0
Tints of Cadet Blue #46A6A0
RGB
CMYK
RGB Variations
Color information
#46A6A0 (or 0x46A6A0) is known color: Cadet Blue. HEX triplet: 46, A6 and A0. RGB value is (70,166,160). Sum of RGB (Red+Green+Blue) = 70+166+160=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #46A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A6A0 is #B9595F. Grayscale: #888888. Windows color (decimal): -12147040 or 10528326. OLE color: 10528326.
HSL color Cylindrical-coordinate representation of color #46A6A0: hue angle of 176.25º 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 #46A6A0 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 166 | 160 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.35 |
| HSL | 176.25º | 0.41% | 0.46% | - |
| HSV(B) | 176.25º | 0.58% | 0.65% | - |
| XYZ | 22.51 | 31.11 | 38.08 | - |
| YUV | 136.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 166 | 160 | 0.58 | 0 | 0.04 | 0.35 | 176.25 | 0.41 | 0.46 |
| Hex | 46 | A6 | A0 | 3A | 0 | 4 | 23 | B0 | 29 | 2E |
| Octal | 106 | 246 | 240 | 72 | 0 | 4 | 43 | 260 | 51 | 56 |
| Binary | 1000110 | 10100110 | 10100000 | 111010 | 0 | 100 | 100011 | 10110000 | 101001 | 101110 |
Color Harmonies of #46A6A0
Complementary color
Monochromatic Colors of #46A6A0
Black with #46A6A0
Text Example
Text Example
White with #46A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A6A0; }
p { color: rgb(70,166,160); }
H1.HeaderClassName
{
color: #46A6A0;
}
.AnyTagClassName
{
color: #46A6A0;
}
</style>
background-color css
<style>
a { background-color: #46A6A0; }
a { background-color: rgb(70,166,160); }
div.DivClassName
{
background-color: #46A6A0;
}
.BgClassName
{
background-color: #46A6A0;
}
</style>
border-color css
<style>
span { border-color: #46A6A0; }
span { border-color: rgb(70,166,160); }
td.TdClassName
{
border-color: #46A6A0;
}
.TagClassName
{
border-color: #46A6A0;
}
</style>