Shades of Picton Blue #49A4D1
Tints of Picton Blue #49A4D1
RGB
CMYK
RGB Variations
Color information
#49A4D1 (or 0x49A4D1) is known color: Picton Blue. HEX triplet: 49, A4 and D1. RGB value is (73,164,209). Sum of RGB (Red+Green+Blue) = 73+164+209=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #49A4D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A4D1 is #B65B2E. Grayscale: #8D8D8D. Windows color (decimal): -11950895 or 13739081. OLE color: 13739081.
HSL color Cylindrical-coordinate representation of color #49A4D1: hue angle of 199.85º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49A4D1 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 164 | 209 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.18 |
| HSL | 199.85º | 0.6% | 0.55% | - |
| HSV(B) | 199.85º | 0.65% | 0.82% | - |
| XYZ | 27.53 | 32.57 | 65.16 | - |
| YUV | 141.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 164 | 209 | 0.65 | 0.22 | 0 | 0.18 | 199.85 | 0.6 | 0.55 |
| Hex | 49 | A4 | D1 | 41 | 16 | 0 | 12 | C8 | 3C | 37 |
| Octal | 111 | 244 | 321 | 101 | 26 | 0 | 22 | 310 | 74 | 67 |
| Binary | 1001001 | 10100100 | 11010001 | 1000001 | 10110 | 0 | 10010 | 11001000 | 111100 | 110111 |
Color Harmonies of #49A4D1
Complementary color
Monochromatic Colors of #49A4D1
Black with #49A4D1
Text Example
Text Example
White with #49A4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A4D1; }
p { color: rgb(73,164,209); }
H1.HeaderClassName
{
color: #49A4D1;
}
.AnyTagClassName
{
color: #49A4D1;
}
</style>
background-color css
<style>
a { background-color: #49A4D1; }
a { background-color: rgb(73,164,209); }
div.DivClassName
{
background-color: #49A4D1;
}
.BgClassName
{
background-color: #49A4D1;
}
</style>
border-color css
<style>
span { border-color: #49A4D1; }
span { border-color: rgb(73,164,209); }
td.TdClassName
{
border-color: #49A4D1;
}
.TagClassName
{
border-color: #49A4D1;
}
</style>