Shades of Cadet Blue #4BA4AB
Tints of Cadet Blue #4BA4AB
RGB
CMYK
RGB Variations
Color information
#4BA4AB (or 0x4BA4AB) is known color: Cadet Blue. HEX triplet: 4B, A4 and AB. RGB value is (75,164,171). Sum of RGB (Red+Green+Blue) = 75+164+171=410 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.29% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #4BA4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA4AB is #B45B54. Grayscale: #8A8A8A. Windows color (decimal): -11819861 or 11248715. OLE color: 11248715.
HSL color Cylindrical-coordinate representation of color #4BA4AB: hue angle of 184.38º 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 #4BA4AB is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 164 | 171 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.33 |
| HSL | 184.38º | 0.39% | 0.48% | - |
| HSV(B) | 184.38º | 0.56% | 0.67% | - |
| XYZ | 23.53 | 30.99 | 43.27 | - |
| YUV | 138.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 171 | 0.56 | 0.04 | 0 | 0.33 | 184.38 | 0.39 | 0.48 |
| Hex | 4B | A4 | AB | 38 | 4 | 0 | 21 | B8 | 27 | 30 |
| Octal | 113 | 244 | 253 | 70 | 4 | 0 | 41 | 270 | 47 | 60 |
| Binary | 1001011 | 10100100 | 10101011 | 111000 | 100 | 0 | 100001 | 10111000 | 100111 | 110000 |
Color Harmonies of #4BA4AB
Complementary color
Monochromatic Colors of #4BA4AB
Black with #4BA4AB
Text Example
Text Example
White with #4BA4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA4AB; }
p { color: rgb(75,164,171); }
H1.HeaderClassName
{
color: #4BA4AB;
}
.AnyTagClassName
{
color: #4BA4AB;
}
</style>
background-color css
<style>
a { background-color: #4BA4AB; }
a { background-color: rgb(75,164,171); }
div.DivClassName
{
background-color: #4BA4AB;
}
.BgClassName
{
background-color: #4BA4AB;
}
</style>
border-color css
<style>
span { border-color: #4BA4AB; }
span { border-color: rgb(75,164,171); }
td.TdClassName
{
border-color: #4BA4AB;
}
.TagClassName
{
border-color: #4BA4AB;
}
</style>