Shades of Cadet Blue #4BA398
Tints of Cadet Blue #4BA398
RGB
CMYK
RGB Variations
Color information
#4BA398 (or 0x4BA398) is known color: Cadet Blue. HEX triplet: 4B, A3 and 98. RGB value is (75,163,152). Sum of RGB (Red+Green+Blue) = 75+163+152=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA398 is #B45C67. Grayscale: #878787. Windows color (decimal): -11820136 or 10003275. OLE color: 10003275.
HSL color Cylindrical-coordinate representation of color #4BA398: hue angle of 172.5º 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 #4BA398 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 152 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.36 |
| HSL | 172.5º | 0.37% | 0.47% | - |
| HSV(B) | 172.5º | 0.54% | 0.64% | - |
| XYZ | 21.67 | 29.96 | 34.35 | - |
| YUV | 135.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 152 | 0.54 | 0 | 0.07 | 0.36 | 172.5 | 0.37 | 0.47 |
| Hex | 4B | A3 | 98 | 36 | 0 | 7 | 24 | AC | 25 | 2F |
| Octal | 113 | 243 | 230 | 66 | 0 | 7 | 44 | 254 | 45 | 57 |
| Binary | 1001011 | 10100011 | 10011000 | 110110 | 0 | 111 | 100100 | 10101100 | 100101 | 101111 |
Color Harmonies of #4BA398
Complementary color
Monochromatic Colors of #4BA398
Black with #4BA398
Text Example
Text Example
White with #4BA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA398; }
p { color: rgb(75,163,152); }
H1.HeaderClassName
{
color: #4BA398;
}
.AnyTagClassName
{
color: #4BA398;
}
</style>
background-color css
<style>
a { background-color: #4BA398; }
a { background-color: rgb(75,163,152); }
div.DivClassName
{
background-color: #4BA398;
}
.BgClassName
{
background-color: #4BA398;
}
</style>
border-color css
<style>
span { border-color: #4BA398; }
span { border-color: rgb(75,163,152); }
td.TdClassName
{
border-color: #4BA398;
}
.TagClassName
{
border-color: #4BA398;
}
</style>