Shades of Cadet Blue #4BA49F
Tints of Cadet Blue #4BA49F
RGB
CMYK
RGB Variations
Color information
#4BA49F (or 0x4BA49F) is known color: Cadet Blue. HEX triplet: 4B, A4 and 9F. RGB value is (75,164,159). Sum of RGB (Red+Green+Blue) = 75+164+159=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA49F is #B45B60. Grayscale: #888888. Windows color (decimal): -11819873 or 10462283. OLE color: 10462283.
HSL color Cylindrical-coordinate representation of color #4BA49F: hue angle of 176.63º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA49F is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 159 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.36 |
| HSL | 176.63º | 0.37% | 0.47% | - |
| HSV(B) | 176.63º | 0.54% | 0.64% | - |
| XYZ | 22.44 | 30.55 | 37.52 | - |
| YUV | 136.82 | 140.51 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 159 | 0.54 | 0 | 0.03 | 0.36 | 176.63 | 0.37 | 0.47 |
| Hex | 4B | A4 | 9F | 36 | 0 | 3 | 24 | B1 | 25 | 2F |
| Octal | 113 | 244 | 237 | 66 | 0 | 3 | 44 | 261 | 45 | 57 |
| Binary | 1001011 | 10100100 | 10011111 | 110110 | 0 | 11 | 100100 | 10110001 | 100101 | 101111 |
Color Harmonies of #4BA49F
Complementary color
Monochromatic Colors of #4BA49F
Black with #4BA49F
Text Example
Text Example
White with #4BA49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA49F; }
p { color: rgb(75,164,159); }
H1.HeaderClassName
{
color: #4BA49F;
}
.AnyTagClassName
{
color: #4BA49F;
}
</style>
background-color css
<style>
a { background-color: #4BA49F; }
a { background-color: rgb(75,164,159); }
div.DivClassName
{
background-color: #4BA49F;
}
.BgClassName
{
background-color: #4BA49F;
}
</style>
border-color css
<style>
span { border-color: #4BA49F; }
span { border-color: rgb(75,164,159); }
td.TdClassName
{
border-color: #4BA49F;
}
.TagClassName
{
border-color: #4BA49F;
}
</style>