Shades of Cadet Blue #4A9DA2
Tints of Cadet Blue #4A9DA2
RGB
CMYK
RGB Variations
Color information
#4A9DA2 (or 0x4A9DA2) is known color: Cadet Blue. HEX triplet: 4A, 9D and A2. RGB value is (74,157,162). Sum of RGB (Red+Green+Blue) = 74+157+162=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 162 - color contains mainly: blue. Hex color #4A9DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9DA2 is #B5625D. Grayscale: #848484. Windows color (decimal): -11887198 or 10657098. OLE color: 10657098.
HSL color Cylindrical-coordinate representation of color #4A9DA2: hue angle of 183.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A9DA2 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 157 | 162 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.36 |
| HSL | 183.41º | 0.37% | 0.46% | - |
| HSV(B) | 183.41º | 0.54% | 0.64% | - |
| XYZ | 21.4 | 28.18 | 38.49 | - |
| YUV | 132.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 157 | 162 | 0.54 | 0.03 | 0 | 0.36 | 183.41 | 0.37 | 0.46 |
| Hex | 4A | 9D | A2 | 36 | 3 | 0 | 24 | B7 | 25 | 2E |
| Octal | 112 | 235 | 242 | 66 | 3 | 0 | 44 | 267 | 45 | 56 |
| Binary | 1001010 | 10011101 | 10100010 | 110110 | 11 | 0 | 100100 | 10110111 | 100101 | 101110 |
Color Harmonies of #4A9DA2
Complementary color
Monochromatic Colors of #4A9DA2
Black with #4A9DA2
Text Example
Text Example
White with #4A9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9DA2; }
p { color: rgb(74,157,162); }
H1.HeaderClassName
{
color: #4A9DA2;
}
.AnyTagClassName
{
color: #4A9DA2;
}
</style>
background-color css
<style>
a { background-color: #4A9DA2; }
a { background-color: rgb(74,157,162); }
div.DivClassName
{
background-color: #4A9DA2;
}
.BgClassName
{
background-color: #4A9DA2;
}
</style>
border-color css
<style>
span { border-color: #4A9DA2; }
span { border-color: rgb(74,157,162); }
td.TdClassName
{
border-color: #4A9DA2;
}
.TagClassName
{
border-color: #4A9DA2;
}
</style>