Shades of Cadet Blue #4AA49B
Tints of Cadet Blue #4AA49B
RGB
CMYK
RGB Variations
Color information
#4AA49B (or 0x4AA49B) is known color: Cadet Blue. HEX triplet: 4A, A4 and 9B. RGB value is (74,164,155). Sum of RGB (Red+Green+Blue) = 74+164+155=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA49B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA49B is #B55B64. Grayscale: #888888. Windows color (decimal): -11885413 or 10200138. OLE color: 10200138.
HSL color Cylindrical-coordinate representation of color #4AA49B: hue angle of 174º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA49B is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 164 | 155 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.36 |
| HSL | 174º | 0.38% | 0.47% | - |
| HSV(B) | 174º | 0.55% | 0.64% | - |
| XYZ | 22.02 | 30.37 | 35.71 | - |
| YUV | 136.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 155 | 0.55 | 0 | 0.05 | 0.36 | 174 | 0.38 | 0.47 |
| Hex | 4A | A4 | 9B | 37 | 0 | 5 | 24 | AE | 26 | 2F |
| Octal | 112 | 244 | 233 | 67 | 0 | 5 | 44 | 256 | 46 | 57 |
| Binary | 1001010 | 10100100 | 10011011 | 110111 | 0 | 101 | 100100 | 10101110 | 100110 | 101111 |
Color Harmonies of #4AA49B
Complementary color
Monochromatic Colors of #4AA49B
Black with #4AA49B
Text Example
Text Example
White with #4AA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA49B; }
p { color: rgb(74,164,155); }
H1.HeaderClassName
{
color: #4AA49B;
}
.AnyTagClassName
{
color: #4AA49B;
}
</style>
background-color css
<style>
a { background-color: #4AA49B; }
a { background-color: rgb(74,164,155); }
div.DivClassName
{
background-color: #4AA49B;
}
.BgClassName
{
background-color: #4AA49B;
}
</style>
border-color css
<style>
span { border-color: #4AA49B; }
span { border-color: rgb(74,164,155); }
td.TdClassName
{
border-color: #4AA49B;
}
.TagClassName
{
border-color: #4AA49B;
}
</style>