Shades of Cadet Blue #4BABA9
Tints of Cadet Blue #4BABA9
RGB
CMYK
RGB Variations
Color information
#4BABA9 (or 0x4BABA9) is known color: Cadet Blue. HEX triplet: 4B, AB and A9. RGB value is (75,171,169). Sum of RGB (Red+Green+Blue) = 75+171+169=415 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.07% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #4BABA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BABA9 is #B45456. Grayscale: #8D8D8D. Windows color (decimal): -11818071 or 11119435. OLE color: 11119435.
HSL color Cylindrical-coordinate representation of color #4BABA9: hue angle of 178.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BABA9 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 171 | 169 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.33 |
| HSL | 178.75º | 0.39% | 0.48% | - |
| HSV(B) | 178.75º | 0.56% | 0.67% | - |
| XYZ | 24.63 | 33.49 | 42.7 | - |
| YUV | 142.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 169 | 0.56 | 0 | 0.01 | 0.33 | 178.75 | 0.39 | 0.48 |
| Hex | 4B | AB | A9 | 38 | 0 | 1 | 21 | B3 | 27 | 30 |
| Octal | 113 | 253 | 251 | 70 | 0 | 1 | 41 | 263 | 47 | 60 |
| Binary | 1001011 | 10101011 | 10101001 | 111000 | 0 | 1 | 100001 | 10110011 | 100111 | 110000 |
Color Harmonies of #4BABA9
Complementary color
Monochromatic Colors of #4BABA9
Black with #4BABA9
Text Example
Text Example
White with #4BABA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BABA9; }
p { color: rgb(75,171,169); }
H1.HeaderClassName
{
color: #4BABA9;
}
.AnyTagClassName
{
color: #4BABA9;
}
</style>
background-color css
<style>
a { background-color: #4BABA9; }
a { background-color: rgb(75,171,169); }
div.DivClassName
{
background-color: #4BABA9;
}
.BgClassName
{
background-color: #4BABA9;
}
</style>
border-color css
<style>
span { border-color: #4BABA9; }
span { border-color: rgb(75,171,169); }
td.TdClassName
{
border-color: #4BABA9;
}
.TagClassName
{
border-color: #4BABA9;
}
</style>