Shades of Cadet Blue #4AA19C
Tints of Cadet Blue #4AA19C
RGB
CMYK
RGB Variations
Color information
#4AA19C (or 0x4AA19C) is known color: Cadet Blue. HEX triplet: 4A, A1 and 9C. RGB value is (74,161,156). Sum of RGB (Red+Green+Blue) = 74+161+156=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA19C is #B55E63. Grayscale: #868686. Windows color (decimal): -11886180 or 10264906. OLE color: 10264906.
HSL color Cylindrical-coordinate representation of color #4AA19C: hue angle of 176.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA19C is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 161 | 156 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.37 |
| HSL | 176.55º | 0.37% | 0.46% | - |
| HSV(B) | 176.55º | 0.54% | 0.63% | - |
| XYZ | 21.57 | 29.35 | 35.98 | - |
| YUV | 134.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 161 | 156 | 0.54 | 0 | 0.03 | 0.37 | 176.55 | 0.37 | 0.46 |
| Hex | 4A | A1 | 9C | 36 | 0 | 3 | 25 | B1 | 25 | 2E |
| Octal | 112 | 241 | 234 | 66 | 0 | 3 | 45 | 261 | 45 | 56 |
| Binary | 1001010 | 10100001 | 10011100 | 110110 | 0 | 11 | 100101 | 10110001 | 100101 | 101110 |
Color Harmonies of #4AA19C
Complementary color
Monochromatic Colors of #4AA19C
Black with #4AA19C
Text Example
Text Example
White with #4AA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA19C; }
p { color: rgb(74,161,156); }
H1.HeaderClassName
{
color: #4AA19C;
}
.AnyTagClassName
{
color: #4AA19C;
}
</style>
background-color css
<style>
a { background-color: #4AA19C; }
a { background-color: rgb(74,161,156); }
div.DivClassName
{
background-color: #4AA19C;
}
.BgClassName
{
background-color: #4AA19C;
}
</style>
border-color css
<style>
span { border-color: #4AA19C; }
span { border-color: rgb(74,161,156); }
td.TdClassName
{
border-color: #4AA19C;
}
.TagClassName
{
border-color: #4AA19C;
}
</style>