Shades of Cadet Blue #4BADAB
Tints of Cadet Blue #4BADAB
RGB
CMYK
RGB Variations
Color information
#4BADAB (or 0x4BADAB) is known color: Cadet Blue. HEX triplet: 4B, AD and AB. RGB value is (75,173,171). Sum of RGB (Red+Green+Blue) = 75+173+171=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #4BADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BADAB is #B45254. Grayscale: #8F8F8F. Windows color (decimal): -11817557 or 11251019. OLE color: 11251019.
HSL color Cylindrical-coordinate representation of color #4BADAB: hue angle of 178.78º 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 #4BADAB is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 171 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.32 |
| HSL | 178.78º | 0.4% | 0.49% | - |
| HSV(B) | 178.78º | 0.57% | 0.68% | - |
| XYZ | 25.2 | 34.32 | 43.83 | - |
| YUV | 143.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 171 | 0.57 | 0 | 0.01 | 0.32 | 178.78 | 0.4 | 0.49 |
| Hex | 4B | AD | AB | 39 | 0 | 1 | 20 | B3 | 28 | 31 |
| Octal | 113 | 255 | 253 | 71 | 0 | 1 | 40 | 263 | 50 | 61 |
| Binary | 1001011 | 10101101 | 10101011 | 111001 | 0 | 1 | 100000 | 10110011 | 101000 | 110001 |
Color Harmonies of #4BADAB
Complementary color
Monochromatic Colors of #4BADAB
Black with #4BADAB
Text Example
Text Example
White with #4BADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADAB; }
p { color: rgb(75,173,171); }
H1.HeaderClassName
{
color: #4BADAB;
}
.AnyTagClassName
{
color: #4BADAB;
}
</style>
background-color css
<style>
a { background-color: #4BADAB; }
a { background-color: rgb(75,173,171); }
div.DivClassName
{
background-color: #4BADAB;
}
.BgClassName
{
background-color: #4BADAB;
}
</style>
border-color css
<style>
span { border-color: #4BADAB; }
span { border-color: rgb(75,173,171); }
td.TdClassName
{
border-color: #4BADAB;
}
.TagClassName
{
border-color: #4BADAB;
}
</style>