Shades of Cadet Blue #4D9DA2
Tints of Cadet Blue #4D9DA2
RGB
CMYK
RGB Variations
Color information
#4D9DA2 (or 0x4D9DA2) is known color: Cadet Blue. HEX triplet: 4D, 9D and A2. RGB value is (77,157,162). Sum of RGB (Red+Green+Blue) = 77+157+162=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 162 - color contains mainly: blue. Hex color #4D9DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9DA2 is #B2625D. Grayscale: #858585. Windows color (decimal): -11690590 or 10657101. OLE color: 10657101.
HSL color Cylindrical-coordinate representation of color #4D9DA2: hue angle of 183.53º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D9DA2 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 157 | 162 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.36 |
| HSL | 183.53º | 0.36% | 0.47% | - |
| HSV(B) | 183.53º | 0.52% | 0.64% | - |
| XYZ | 21.64 | 28.3 | 38.5 | - |
| YUV | 133.65 | 144 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 162 | 0.52 | 0.03 | 0 | 0.36 | 183.53 | 0.36 | 0.47 |
| Hex | 4D | 9D | A2 | 34 | 3 | 0 | 24 | B8 | 24 | 2F |
| Octal | 115 | 235 | 242 | 64 | 3 | 0 | 44 | 270 | 44 | 57 |
| Binary | 1001101 | 10011101 | 10100010 | 110100 | 11 | 0 | 100100 | 10111000 | 100100 | 101111 |
Color Harmonies of #4D9DA2
Complementary color
Monochromatic Colors of #4D9DA2
Black with #4D9DA2
Text Example
Text Example
White with #4D9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9DA2; }
p { color: rgb(77,157,162); }
H1.HeaderClassName
{
color: #4D9DA2;
}
.AnyTagClassName
{
color: #4D9DA2;
}
</style>
background-color css
<style>
a { background-color: #4D9DA2; }
a { background-color: rgb(77,157,162); }
div.DivClassName
{
background-color: #4D9DA2;
}
.BgClassName
{
background-color: #4D9DA2;
}
</style>
border-color css
<style>
span { border-color: #4D9DA2; }
span { border-color: rgb(77,157,162); }
td.TdClassName
{
border-color: #4D9DA2;
}
.TagClassName
{
border-color: #4D9DA2;
}
</style>