Shades of Cadet Blue #4AA6A3
Tints of Cadet Blue #4AA6A3
RGB
CMYK
RGB Variations
Color information
#4AA6A3 (or 0x4AA6A3) is known color: Cadet Blue. HEX triplet: 4A, A6 and A3. RGB value is (74,166,163). Sum of RGB (Red+Green+Blue) = 74+166+163=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA6A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA6A3 is #B5595C. Grayscale: #8A8A8A. Windows color (decimal): -11884893 or 10724938. OLE color: 10724938.
HSL color Cylindrical-coordinate representation of color #4AA6A3: hue angle of 178.04º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA6A3 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 166 | 163 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.35 |
| HSL | 178.04º | 0.38% | 0.47% | - |
| HSV(B) | 178.04º | 0.55% | 0.65% | - |
| XYZ | 23.07 | 31.37 | 39.49 | - |
| YUV | 138.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 163 | 0.55 | 0 | 0.02 | 0.35 | 178.04 | 0.38 | 0.47 |
| Hex | 4A | A6 | A3 | 37 | 0 | 2 | 23 | B2 | 26 | 2F |
| Octal | 112 | 246 | 243 | 67 | 0 | 2 | 43 | 262 | 46 | 57 |
| Binary | 1001010 | 10100110 | 10100011 | 110111 | 0 | 10 | 100011 | 10110010 | 100110 | 101111 |
Color Harmonies of #4AA6A3
Complementary color
Monochromatic Colors of #4AA6A3
Black with #4AA6A3
Text Example
Text Example
White with #4AA6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA6A3; }
p { color: rgb(74,166,163); }
H1.HeaderClassName
{
color: #4AA6A3;
}
.AnyTagClassName
{
color: #4AA6A3;
}
</style>
background-color css
<style>
a { background-color: #4AA6A3; }
a { background-color: rgb(74,166,163); }
div.DivClassName
{
background-color: #4AA6A3;
}
.BgClassName
{
background-color: #4AA6A3;
}
</style>
border-color css
<style>
span { border-color: #4AA6A3; }
span { border-color: rgb(74,166,163); }
td.TdClassName
{
border-color: #4AA6A3;
}
.TagClassName
{
border-color: #4AA6A3;
}
</style>