Shades of Cadet Blue #4AA2A9
Tints of Cadet Blue #4AA2A9
RGB
CMYK
RGB Variations
Color information
#4AA2A9 (or 0x4AA2A9) is known color: Cadet Blue. HEX triplet: 4A, A2 and A9. RGB value is (74,162,169). Sum of RGB (Red+Green+Blue) = 74+162+169=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 169 - color contains mainly: blue. Hex color #4AA2A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA2A9 is #B55D56. Grayscale: #888888. Windows color (decimal): -11885911 or 11117130. OLE color: 11117130.
HSL color Cylindrical-coordinate representation of color #4AA2A9: hue angle of 184.42º 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 #4AA2A9 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 162 | 169 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.34 |
| HSL | 184.42º | 0.39% | 0.48% | - |
| HSV(B) | 184.42º | 0.56% | 0.66% | - |
| XYZ | 22.91 | 30.16 | 42.15 | - |
| YUV | 136.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 169 | 0.56 | 0.04 | 0 | 0.34 | 184.42 | 0.39 | 0.48 |
| Hex | 4A | A2 | A9 | 38 | 4 | 0 | 22 | B8 | 27 | 30 |
| Octal | 112 | 242 | 251 | 70 | 4 | 0 | 42 | 270 | 47 | 60 |
| Binary | 1001010 | 10100010 | 10101001 | 111000 | 100 | 0 | 100010 | 10111000 | 100111 | 110000 |
Color Harmonies of #4AA2A9
Complementary color
Monochromatic Colors of #4AA2A9
Black with #4AA2A9
Text Example
Text Example
White with #4AA2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA2A9; }
p { color: rgb(74,162,169); }
H1.HeaderClassName
{
color: #4AA2A9;
}
.AnyTagClassName
{
color: #4AA2A9;
}
</style>
background-color css
<style>
a { background-color: #4AA2A9; }
a { background-color: rgb(74,162,169); }
div.DivClassName
{
background-color: #4AA2A9;
}
.BgClassName
{
background-color: #4AA2A9;
}
</style>
border-color css
<style>
span { border-color: #4AA2A9; }
span { border-color: rgb(74,162,169); }
td.TdClassName
{
border-color: #4AA2A9;
}
.TagClassName
{
border-color: #4AA2A9;
}
</style>