Shades of Cadet Blue #4BA9AD
Tints of Cadet Blue #4BA9AD
RGB
CMYK
RGB Variations
Color information
#4BA9AD (or 0x4BA9AD) is known color: Cadet Blue. HEX triplet: 4B, A9 and AD. RGB value is (75,169,173). Sum of RGB (Red+Green+Blue) = 75+169+173=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #4BA9AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA9AD is #B45652. Grayscale: #8D8D8D. Windows color (decimal): -11818579 or 11381067. OLE color: 11381067.
HSL color Cylindrical-coordinate representation of color #4BA9AD: hue angle of 182.45º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BA9AD is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 169 | 173 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.32 |
| HSL | 182.45º | 0.4% | 0.49% | - |
| HSV(B) | 182.45º | 0.57% | 0.68% | - |
| XYZ | 24.63 | 32.89 | 44.59 | - |
| YUV | 141.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 169 | 173 | 0.57 | 0.02 | 0 | 0.32 | 182.45 | 0.4 | 0.49 |
| Hex | 4B | A9 | AD | 39 | 2 | 0 | 20 | B6 | 28 | 31 |
| Octal | 113 | 251 | 255 | 71 | 2 | 0 | 40 | 266 | 50 | 61 |
| Binary | 1001011 | 10101001 | 10101101 | 111001 | 10 | 0 | 100000 | 10110110 | 101000 | 110001 |
Color Harmonies of #4BA9AD
Complementary color
Monochromatic Colors of #4BA9AD
Black with #4BA9AD
Text Example
Text Example
White with #4BA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA9AD; }
p { color: rgb(75,169,173); }
H1.HeaderClassName
{
color: #4BA9AD;
}
.AnyTagClassName
{
color: #4BA9AD;
}
</style>
background-color css
<style>
a { background-color: #4BA9AD; }
a { background-color: rgb(75,169,173); }
div.DivClassName
{
background-color: #4BA9AD;
}
.BgClassName
{
background-color: #4BA9AD;
}
</style>
border-color css
<style>
span { border-color: #4BA9AD; }
span { border-color: rgb(75,169,173); }
td.TdClassName
{
border-color: #4BA9AD;
}
.TagClassName
{
border-color: #4BA9AD;
}
</style>