Shades of Cadet Blue #4AAAA8
Tints of Cadet Blue #4AAAA8
RGB
CMYK
RGB Variations
Color information
#4AAAA8 (or 0x4AAAA8) is known color: Cadet Blue. HEX triplet: 4A, AA and A8. RGB value is (74,170,168). Sum of RGB (Red+Green+Blue) = 74+170+168=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAAA8 is #B55557. Grayscale: #8C8C8C. Windows color (decimal): -11883864 or 11053642. OLE color: 11053642.
HSL color Cylindrical-coordinate representation of color #4AAAA8: hue angle of 178.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAAA8 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 168 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.33 |
| HSL | 178.75º | 0.39% | 0.48% | - |
| HSV(B) | 178.75º | 0.56% | 0.67% | - |
| XYZ | 24.27 | 33.03 | 42.14 | - |
| YUV | 141.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 168 | 0.56 | 0 | 0.01 | 0.33 | 178.75 | 0.39 | 0.48 |
| Hex | 4A | AA | A8 | 38 | 0 | 1 | 21 | B3 | 27 | 30 |
| Octal | 112 | 252 | 250 | 70 | 0 | 1 | 41 | 263 | 47 | 60 |
| Binary | 1001010 | 10101010 | 10101000 | 111000 | 0 | 1 | 100001 | 10110011 | 100111 | 110000 |
Color Harmonies of #4AAAA8
Complementary color
Monochromatic Colors of #4AAAA8
Black with #4AAAA8
Text Example
Text Example
White with #4AAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAAA8; }
p { color: rgb(74,170,168); }
H1.HeaderClassName
{
color: #4AAAA8;
}
.AnyTagClassName
{
color: #4AAAA8;
}
</style>
background-color css
<style>
a { background-color: #4AAAA8; }
a { background-color: rgb(74,170,168); }
div.DivClassName
{
background-color: #4AAAA8;
}
.BgClassName
{
background-color: #4AAAA8;
}
</style>
border-color css
<style>
span { border-color: #4AAAA8; }
span { border-color: rgb(74,170,168); }
td.TdClassName
{
border-color: #4AAAA8;
}
.TagClassName
{
border-color: #4AAAA8;
}
</style>