Shades of Cadet Blue #46A4AB
Tints of Cadet Blue #46A4AB
RGB
CMYK
RGB Variations
Color information
#46A4AB (or 0x46A4AB) is known color: Cadet Blue. HEX triplet: 46, A4 and AB. RGB value is (70,164,171). Sum of RGB (Red+Green+Blue) = 70+164+171=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #46A4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A4AB is #B95B54. Grayscale: #888888. Windows color (decimal): -12147541 or 11248710. OLE color: 11248710.
HSL color Cylindrical-coordinate representation of color #46A4AB: hue angle of 184.16º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A4AB is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 164 | 171 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.33 |
| HSL | 184.16º | 0.42% | 0.47% | - |
| HSV(B) | 184.16º | 0.59% | 0.67% | - |
| XYZ | 23.15 | 30.79 | 43.25 | - |
| YUV | 136.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 164 | 171 | 0.59 | 0.04 | 0 | 0.33 | 184.16 | 0.42 | 0.47 |
| Hex | 46 | A4 | AB | 3B | 4 | 0 | 21 | B8 | 2A | 2F |
| Octal | 106 | 244 | 253 | 73 | 4 | 0 | 41 | 270 | 52 | 57 |
| Binary | 1000110 | 10100100 | 10101011 | 111011 | 100 | 0 | 100001 | 10111000 | 101010 | 101111 |
Color Harmonies of #46A4AB
Complementary color
Monochromatic Colors of #46A4AB
Black with #46A4AB
Text Example
Text Example
White with #46A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A4AB; }
p { color: rgb(70,164,171); }
H1.HeaderClassName
{
color: #46A4AB;
}
.AnyTagClassName
{
color: #46A4AB;
}
</style>
background-color css
<style>
a { background-color: #46A4AB; }
a { background-color: rgb(70,164,171); }
div.DivClassName
{
background-color: #46A4AB;
}
.BgClassName
{
background-color: #46A4AB;
}
</style>
border-color css
<style>
span { border-color: #46A4AB; }
span { border-color: rgb(70,164,171); }
td.TdClassName
{
border-color: #46A4AB;
}
.TagClassName
{
border-color: #46A4AB;
}
</style>