Shades of Cadet Blue #4DA5A4
Tints of Cadet Blue #4DA5A4
RGB
CMYK
RGB Variations
Color information
#4DA5A4 (or 0x4DA5A4) is known color: Cadet Blue. HEX triplet: 4D, A5 and A4. RGB value is (77,165,164). Sum of RGB (Red+Green+Blue) = 77+165+164=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA5A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA5A4 is #B25A5B. Grayscale: #8A8A8A. Windows color (decimal): -11688540 or 10790221. OLE color: 10790221.
HSL color Cylindrical-coordinate representation of color #4DA5A4: hue angle of 179.32º 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 #4DA5A4 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 165 | 164 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.35 |
| HSL | 179.32º | 0.36% | 0.47% | - |
| HSV(B) | 179.32º | 0.53% | 0.65% | - |
| XYZ | 23.22 | 31.17 | 39.91 | - |
| YUV | 138.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 164 | 0.53 | 0 | 0.01 | 0.35 | 179.32 | 0.36 | 0.47 |
| Hex | 4D | A5 | A4 | 35 | 0 | 1 | 23 | B3 | 24 | 2F |
| Octal | 115 | 245 | 244 | 65 | 0 | 1 | 43 | 263 | 44 | 57 |
| Binary | 1001101 | 10100101 | 10100100 | 110101 | 0 | 1 | 100011 | 10110011 | 100100 | 101111 |
Color Harmonies of #4DA5A4
Complementary color
Monochromatic Colors of #4DA5A4
Black with #4DA5A4
Text Example
Text Example
White with #4DA5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA5A4; }
p { color: rgb(77,165,164); }
H1.HeaderClassName
{
color: #4DA5A4;
}
.AnyTagClassName
{
color: #4DA5A4;
}
</style>
background-color css
<style>
a { background-color: #4DA5A4; }
a { background-color: rgb(77,165,164); }
div.DivClassName
{
background-color: #4DA5A4;
}
.BgClassName
{
background-color: #4DA5A4;
}
</style>
border-color css
<style>
span { border-color: #4DA5A4; }
span { border-color: rgb(77,165,164); }
td.TdClassName
{
border-color: #4DA5A4;
}
.TagClassName
{
border-color: #4DA5A4;
}
</style>