Shades of Cadet Blue #4D9FA5
Tints of Cadet Blue #4D9FA5
RGB
CMYK
RGB Variations
Color information
#4D9FA5 (or 0x4D9FA5) is known color: Cadet Blue. HEX triplet: 4D, 9F and A5. RGB value is (77,159,165). Sum of RGB (Red+Green+Blue) = 77+159+165=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 165 - color contains mainly: blue. Hex color #4D9FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9FA5 is #B2605A. Grayscale: #878787. Windows color (decimal): -11690075 or 10854221. OLE color: 10854221.
HSL color Cylindrical-coordinate representation of color #4D9FA5: hue angle of 184.09º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D9FA5 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 159 | 165 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.35 |
| HSL | 184.09º | 0.36% | 0.47% | - |
| HSV(B) | 184.09º | 0.53% | 0.65% | - |
| XYZ | 22.25 | 29.09 | 40.04 | - |
| YUV | 135.17 | 144.83 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 165 | 0.53 | 0.04 | 0 | 0.35 | 184.09 | 0.36 | 0.47 |
| Hex | 4D | 9F | A5 | 35 | 4 | 0 | 23 | B8 | 24 | 2F |
| Octal | 115 | 237 | 245 | 65 | 4 | 0 | 43 | 270 | 44 | 57 |
| Binary | 1001101 | 10011111 | 10100101 | 110101 | 100 | 0 | 100011 | 10111000 | 100100 | 101111 |
Color Harmonies of #4D9FA5
Complementary color
Monochromatic Colors of #4D9FA5
Black with #4D9FA5
Text Example
Text Example
White with #4D9FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9FA5; }
p { color: rgb(77,159,165); }
H1.HeaderClassName
{
color: #4D9FA5;
}
.AnyTagClassName
{
color: #4D9FA5;
}
</style>
background-color css
<style>
a { background-color: #4D9FA5; }
a { background-color: rgb(77,159,165); }
div.DivClassName
{
background-color: #4D9FA5;
}
.BgClassName
{
background-color: #4D9FA5;
}
</style>
border-color css
<style>
span { border-color: #4D9FA5; }
span { border-color: rgb(77,159,165); }
td.TdClassName
{
border-color: #4D9FA5;
}
.TagClassName
{
border-color: #4D9FA5;
}
</style>