Shades of Picton Blue #49A3CF
Tints of Picton Blue #49A3CF
RGB
CMYK
RGB Variations
Color information
#49A3CF (or 0x49A3CF) is known color: Picton Blue. HEX triplet: 49, A3 and CF. RGB value is (73,163,207). Sum of RGB (Red+Green+Blue) = 73+163+207=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #49A3CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A3CF is #B65C30. Grayscale: #8C8C8C. Windows color (decimal): -11951153 or 13607753. OLE color: 13607753.
HSL color Cylindrical-coordinate representation of color #49A3CF: hue angle of 199.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49A3CF is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 163 | 207 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.19 |
| HSL | 199.7º | 0.58% | 0.55% | - |
| HSV(B) | 199.7º | 0.65% | 0.81% | - |
| XYZ | 27.11 | 32.12 | 63.8 | - |
| YUV | 141.11 | 165.18 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 207 | 0.65 | 0.21 | 0 | 0.19 | 199.7 | 0.58 | 0.55 |
| Hex | 49 | A3 | CF | 41 | 15 | 0 | 13 | C8 | 3A | 37 |
| Octal | 111 | 243 | 317 | 101 | 25 | 0 | 23 | 310 | 72 | 67 |
| Binary | 1001001 | 10100011 | 11001111 | 1000001 | 10101 | 0 | 10011 | 11001000 | 111010 | 110111 |
Color Harmonies of #49A3CF
Complementary color
Monochromatic Colors of #49A3CF
Black with #49A3CF
Text Example
Text Example
White with #49A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A3CF; }
p { color: rgb(73,163,207); }
H1.HeaderClassName
{
color: #49A3CF;
}
.AnyTagClassName
{
color: #49A3CF;
}
</style>
background-color css
<style>
a { background-color: #49A3CF; }
a { background-color: rgb(73,163,207); }
div.DivClassName
{
background-color: #49A3CF;
}
.BgClassName
{
background-color: #49A3CF;
}
</style>
border-color css
<style>
span { border-color: #49A3CF; }
span { border-color: rgb(73,163,207); }
td.TdClassName
{
border-color: #49A3CF;
}
.TagClassName
{
border-color: #49A3CF;
}
</style>