Shades of Cadet Blue #4BA9A6
Tints of Cadet Blue #4BA9A6
RGB
CMYK
RGB Variations
Color information
#4BA9A6 (or 0x4BA9A6) is known color: Cadet Blue. HEX triplet: 4B, A9 and A6. RGB value is (75,169,166). Sum of RGB (Red+Green+Blue) = 75+169+166=410 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.29% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA9A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA9A6 is #B45659. Grayscale: #8C8C8C. Windows color (decimal): -11818586 or 10922315. OLE color: 10922315.
HSL color Cylindrical-coordinate representation of color #4BA9A6: hue angle of 178.09º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BA9A6 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 169 | 166 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.34 |
| HSL | 178.09º | 0.39% | 0.48% | - |
| HSV(B) | 178.09º | 0.56% | 0.66% | - |
| XYZ | 23.97 | 32.62 | 41.11 | - |
| YUV | 140.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 169 | 166 | 0.56 | 0 | 0.02 | 0.34 | 178.09 | 0.39 | 0.48 |
| Hex | 4B | A9 | A6 | 38 | 0 | 2 | 22 | B2 | 27 | 30 |
| Octal | 113 | 251 | 246 | 70 | 0 | 2 | 42 | 262 | 47 | 60 |
| Binary | 1001011 | 10101001 | 10100110 | 111000 | 0 | 10 | 100010 | 10110010 | 100111 | 110000 |
Color Harmonies of #4BA9A6
Complementary color
Monochromatic Colors of #4BA9A6
Black with #4BA9A6
Text Example
Text Example
White with #4BA9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA9A6; }
p { color: rgb(75,169,166); }
H1.HeaderClassName
{
color: #4BA9A6;
}
.AnyTagClassName
{
color: #4BA9A6;
}
</style>
background-color css
<style>
a { background-color: #4BA9A6; }
a { background-color: rgb(75,169,166); }
div.DivClassName
{
background-color: #4BA9A6;
}
.BgClassName
{
background-color: #4BA9A6;
}
</style>
border-color css
<style>
span { border-color: #4BA9A6; }
span { border-color: rgb(75,169,166); }
td.TdClassName
{
border-color: #4BA9A6;
}
.TagClassName
{
border-color: #4BA9A6;
}
</style>