Shades of Picton Blue #49A1DB
Tints of Picton Blue #49A1DB
RGB
CMYK
RGB Variations
Color information
#49A1DB (or 0x49A1DB) is known color: Picton Blue. HEX triplet: 49, A1 and DB. RGB value is (73,161,219). Sum of RGB (Red+Green+Blue) = 73+161+219=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #49A1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A1DB is #B65E24. Grayscale: #8C8C8C. Windows color (decimal): -11951653 or 14393673. OLE color: 14393673.
HSL color Cylindrical-coordinate representation of color #49A1DB: hue angle of 203.84º 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 #49A1DB is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 161 | 219 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.14 |
| HSL | 203.84º | 0.67% | 0.57% | - |
| HSV(B) | 203.84º | 0.67% | 0.86% | - |
| XYZ | 28.28 | 32.02 | 71.71 | - |
| YUV | 141.3 | 171.85 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 219 | 0.67 | 0.26 | 0 | 0.14 | 203.84 | 0.67 | 0.57 |
| Hex | 49 | A1 | DB | 43 | 1A | 0 | E | CC | 43 | 39 |
| Octal | 111 | 241 | 333 | 103 | 32 | 0 | 16 | 314 | 103 | 71 |
| Binary | 1001001 | 10100001 | 11011011 | 1000011 | 11010 | 0 | 1110 | 11001100 | 1000011 | 111001 |
Color Harmonies of #49A1DB
Complementary color
Monochromatic Colors of #49A1DB
Black with #49A1DB
Text Example
Text Example
White with #49A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A1DB; }
p { color: rgb(73,161,219); }
H1.HeaderClassName
{
color: #49A1DB;
}
.AnyTagClassName
{
color: #49A1DB;
}
</style>
background-color css
<style>
a { background-color: #49A1DB; }
a { background-color: rgb(73,161,219); }
div.DivClassName
{
background-color: #49A1DB;
}
.BgClassName
{
background-color: #49A1DB;
}
</style>
border-color css
<style>
span { border-color: #49A1DB; }
span { border-color: rgb(73,161,219); }
td.TdClassName
{
border-color: #49A1DB;
}
.TagClassName
{
border-color: #49A1DB;
}
</style>