Shades of Cadet Blue #47A1A4
Tints of Cadet Blue #47A1A4
RGB
CMYK
RGB Variations
Color information
#47A1A4 (or 0x47A1A4) is known color: Cadet Blue. HEX triplet: 47, A1 and A4. RGB value is (71,161,164). Sum of RGB (Red+Green+Blue) = 71+161+164=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #47A1A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A1A4 is #B85E5B. Grayscale: #868686. Windows color (decimal): -12082780 or 10789191. OLE color: 10789191.
HSL color Cylindrical-coordinate representation of color #47A1A4: hue angle of 181.94º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A1A4 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 161 | 164 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.36 |
| HSL | 181.94º | 0.4% | 0.46% | - |
| HSV(B) | 181.94º | 0.57% | 0.64% | - |
| XYZ | 22.04 | 29.51 | 39.66 | - |
| YUV | 134.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 161 | 164 | 0.57 | 0.02 | 0 | 0.36 | 181.94 | 0.4 | 0.46 |
| Hex | 47 | A1 | A4 | 39 | 2 | 0 | 24 | B6 | 28 | 2E |
| Octal | 107 | 241 | 244 | 71 | 2 | 0 | 44 | 266 | 50 | 56 |
| Binary | 1000111 | 10100001 | 10100100 | 111001 | 10 | 0 | 100100 | 10110110 | 101000 | 101110 |
Color Harmonies of #47A1A4
Complementary color
Monochromatic Colors of #47A1A4
Black with #47A1A4
Text Example
Text Example
White with #47A1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A1A4; }
p { color: rgb(71,161,164); }
H1.HeaderClassName
{
color: #47A1A4;
}
.AnyTagClassName
{
color: #47A1A4;
}
</style>
background-color css
<style>
a { background-color: #47A1A4; }
a { background-color: rgb(71,161,164); }
div.DivClassName
{
background-color: #47A1A4;
}
.BgClassName
{
background-color: #47A1A4;
}
</style>
border-color css
<style>
span { border-color: #47A1A4; }
span { border-color: rgb(71,161,164); }
td.TdClassName
{
border-color: #47A1A4;
}
.TagClassName
{
border-color: #47A1A4;
}
</style>