Shades of Cadet Blue #47A4A8
Tints of Cadet Blue #47A4A8
RGB
CMYK
RGB Variations
Color information
#47A4A8 (or 0x47A4A8) is known color: Cadet Blue. HEX triplet: 47, A4 and A8. RGB value is (71,164,168). Sum of RGB (Red+Green+Blue) = 71+164+168=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 168 - color contains mainly: blue. Hex color #47A4A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A4A8 is #B85B57. Grayscale: #888888. Windows color (decimal): -12082008 or 11052103. OLE color: 11052103.
HSL color Cylindrical-coordinate representation of color #47A4A8: hue angle of 182.47º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A4A8 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 164 | 168 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.34 |
| HSL | 182.47º | 0.41% | 0.47% | - |
| HSV(B) | 182.47º | 0.58% | 0.66% | - |
| XYZ | 22.94 | 30.72 | 41.77 | - |
| YUV | 136.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 164 | 168 | 0.58 | 0.02 | 0 | 0.34 | 182.47 | 0.41 | 0.47 |
| Hex | 47 | A4 | A8 | 3A | 2 | 0 | 22 | B6 | 29 | 2F |
| Octal | 107 | 244 | 250 | 72 | 2 | 0 | 42 | 266 | 51 | 57 |
| Binary | 1000111 | 10100100 | 10101000 | 111010 | 10 | 0 | 100010 | 10110110 | 101001 | 101111 |
Color Harmonies of #47A4A8
Complementary color
Monochromatic Colors of #47A4A8
Black with #47A4A8
Text Example
Text Example
White with #47A4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A4A8; }
p { color: rgb(71,164,168); }
H1.HeaderClassName
{
color: #47A4A8;
}
.AnyTagClassName
{
color: #47A4A8;
}
</style>
background-color css
<style>
a { background-color: #47A4A8; }
a { background-color: rgb(71,164,168); }
div.DivClassName
{
background-color: #47A4A8;
}
.BgClassName
{
background-color: #47A4A8;
}
</style>
border-color css
<style>
span { border-color: #47A4A8; }
span { border-color: rgb(71,164,168); }
td.TdClassName
{
border-color: #47A4A8;
}
.TagClassName
{
border-color: #47A4A8;
}
</style>