Shades of Cadet Blue #46A5A7
Tints of Cadet Blue #46A5A7
RGB
CMYK
RGB Variations
Color information
#46A5A7 (or 0x46A5A7) is known color: Cadet Blue. HEX triplet: 46, A5 and A7. RGB value is (70,165,167). Sum of RGB (Red+Green+Blue) = 70+165+167=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 167 - color contains mainly: blue. Hex color #46A5A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A5A7 is #B95A58. Grayscale: #888888. Windows color (decimal): -12147289 or 10986822. OLE color: 10986822.
HSL color Cylindrical-coordinate representation of color #46A5A7: hue angle of 181.24º 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 #46A5A7 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 165 | 167 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.35 |
| HSL | 181.24º | 0.41% | 0.46% | - |
| HSV(B) | 181.24º | 0.58% | 0.65% | - |
| XYZ | 22.96 | 31 | 41.33 | - |
| YUV | 136.82 | 145.03 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 165 | 167 | 0.58 | 0.01 | 0 | 0.35 | 181.24 | 0.41 | 0.46 |
| Hex | 46 | A5 | A7 | 3A | 1 | 0 | 23 | B5 | 29 | 2E |
| Octal | 106 | 245 | 247 | 72 | 1 | 0 | 43 | 265 | 51 | 56 |
| Binary | 1000110 | 10100101 | 10100111 | 111010 | 1 | 0 | 100011 | 10110101 | 101001 | 101110 |
Color Harmonies of #46A5A7
Complementary color
Monochromatic Colors of #46A5A7
Black with #46A5A7
Text Example
Text Example
White with #46A5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A5A7; }
p { color: rgb(70,165,167); }
H1.HeaderClassName
{
color: #46A5A7;
}
.AnyTagClassName
{
color: #46A5A7;
}
</style>
background-color css
<style>
a { background-color: #46A5A7; }
a { background-color: rgb(70,165,167); }
div.DivClassName
{
background-color: #46A5A7;
}
.BgClassName
{
background-color: #46A5A7;
}
</style>
border-color css
<style>
span { border-color: #46A5A7; }
span { border-color: rgb(70,165,167); }
td.TdClassName
{
border-color: #46A5A7;
}
.TagClassName
{
border-color: #46A5A7;
}
</style>