Shades of Cadet Blue #4AA7A0
Tints of Cadet Blue #4AA7A0
RGB
CMYK
RGB Variations
Color information
#4AA7A0 (or 0x4AA7A0) is known color: Cadet Blue. HEX triplet: 4A, A7 and A0. RGB value is (74,167,160). Sum of RGB (Red+Green+Blue) = 74+167+160=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #4AA7A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA7A0 is #B5585F. Grayscale: #8A8A8A. Windows color (decimal): -11884640 or 10528586. OLE color: 10528586.
HSL color Cylindrical-coordinate representation of color #4AA7A0: hue angle of 175.48º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA7A0 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 167 | 160 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.35 |
| HSL | 175.48º | 0.39% | 0.47% | - |
| HSV(B) | 175.48º | 0.56% | 0.65% | - |
| XYZ | 22.99 | 31.63 | 38.15 | - |
| YUV | 138.4 | 140.19 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 167 | 160 | 0.56 | 0 | 0.04 | 0.35 | 175.48 | 0.39 | 0.47 |
| Hex | 4A | A7 | A0 | 38 | 0 | 4 | 23 | AF | 27 | 2F |
| Octal | 112 | 247 | 240 | 70 | 0 | 4 | 43 | 257 | 47 | 57 |
| Binary | 1001010 | 10100111 | 10100000 | 111000 | 0 | 100 | 100011 | 10101111 | 100111 | 101111 |
Color Harmonies of #4AA7A0
Complementary color
Monochromatic Colors of #4AA7A0
Black with #4AA7A0
Text Example
Text Example
White with #4AA7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA7A0; }
p { color: rgb(74,167,160); }
H1.HeaderClassName
{
color: #4AA7A0;
}
.AnyTagClassName
{
color: #4AA7A0;
}
</style>
background-color css
<style>
a { background-color: #4AA7A0; }
a { background-color: rgb(74,167,160); }
div.DivClassName
{
background-color: #4AA7A0;
}
.BgClassName
{
background-color: #4AA7A0;
}
</style>
border-color css
<style>
span { border-color: #4AA7A0; }
span { border-color: rgb(74,167,160); }
td.TdClassName
{
border-color: #4AA7A0;
}
.TagClassName
{
border-color: #4AA7A0;
}
</style>