Shades of Picton Blue #49A0DB
Tints of Picton Blue #49A0DB
RGB
CMYK
RGB Variations
Color information
#49A0DB (or 0x49A0DB) is known color: Picton Blue. HEX triplet: 49, A0 and DB. RGB value is (73,160,219). Sum of RGB (Red+Green+Blue) = 73+160+219=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #49A0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A0DB is #B65F24. Grayscale: #8C8C8C. Windows color (decimal): -11951909 or 14393417. OLE color: 14393417.
HSL color Cylindrical-coordinate representation of color #49A0DB: hue angle of 204.25º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49A0DB is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 160 | 219 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.14 |
| HSL | 204.25º | 0.67% | 0.57% | - |
| HSV(B) | 204.25º | 0.67% | 0.86% | - |
| XYZ | 28.1 | 31.67 | 71.65 | - |
| YUV | 140.71 | 172.18 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 219 | 0.67 | 0.27 | 0 | 0.14 | 204.25 | 0.67 | 0.57 |
| Hex | 49 | A0 | DB | 43 | 1B | 0 | E | CC | 43 | 39 |
| Octal | 111 | 240 | 333 | 103 | 33 | 0 | 16 | 314 | 103 | 71 |
| Binary | 1001001 | 10100000 | 11011011 | 1000011 | 11011 | 0 | 1110 | 11001100 | 1000011 | 111001 |
Color Harmonies of #49A0DB
Complementary color
Monochromatic Colors of #49A0DB
Black with #49A0DB
Text Example
Text Example
White with #49A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A0DB; }
p { color: rgb(73,160,219); }
H1.HeaderClassName
{
color: #49A0DB;
}
.AnyTagClassName
{
color: #49A0DB;
}
</style>
background-color css
<style>
a { background-color: #49A0DB; }
a { background-color: rgb(73,160,219); }
div.DivClassName
{
background-color: #49A0DB;
}
.BgClassName
{
background-color: #49A0DB;
}
</style>
border-color css
<style>
span { border-color: #49A0DB; }
span { border-color: rgb(73,160,219); }
td.TdClassName
{
border-color: #49A0DB;
}
.TagClassName
{
border-color: #49A0DB;
}
</style>