Shades of Cadet Blue #4BA3A0
Tints of Cadet Blue #4BA3A0
RGB
CMYK
RGB Variations
Color information
#4BA3A0 (or 0x4BA3A0) is known color: Cadet Blue. HEX triplet: 4B, A3 and A0. RGB value is (75,163,160). Sum of RGB (Red+Green+Blue) = 75+163+160=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA3A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA3A0 is #B45C5F. Grayscale: #888888. Windows color (decimal): -11820128 or 10527563. OLE color: 10527563.
HSL color Cylindrical-coordinate representation of color #4BA3A0: hue angle of 177.95º 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 #4BA3A0 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 160 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.36 |
| HSL | 177.95º | 0.37% | 0.47% | - |
| HSV(B) | 177.95º | 0.54% | 0.64% | - |
| XYZ | 22.34 | 30.23 | 37.91 | - |
| YUV | 136.35 | 141.35 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 160 | 0.54 | 0 | 0.02 | 0.36 | 177.95 | 0.37 | 0.47 |
| Hex | 4B | A3 | A0 | 36 | 0 | 2 | 24 | B2 | 25 | 2F |
| Octal | 113 | 243 | 240 | 66 | 0 | 2 | 44 | 262 | 45 | 57 |
| Binary | 1001011 | 10100011 | 10100000 | 110110 | 0 | 10 | 100100 | 10110010 | 100101 | 101111 |
Color Harmonies of #4BA3A0
Complementary color
Monochromatic Colors of #4BA3A0
Black with #4BA3A0
Text Example
Text Example
White with #4BA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA3A0; }
p { color: rgb(75,163,160); }
H1.HeaderClassName
{
color: #4BA3A0;
}
.AnyTagClassName
{
color: #4BA3A0;
}
</style>
background-color css
<style>
a { background-color: #4BA3A0; }
a { background-color: rgb(75,163,160); }
div.DivClassName
{
background-color: #4BA3A0;
}
.BgClassName
{
background-color: #4BA3A0;
}
</style>
border-color css
<style>
span { border-color: #4BA3A0; }
span { border-color: rgb(75,163,160); }
td.TdClassName
{
border-color: #4BA3A0;
}
.TagClassName
{
border-color: #4BA3A0;
}
</style>