Shades of Picton Blue #49A4DB
Tints of Picton Blue #49A4DB
RGB
CMYK
RGB Variations
Color information
#49A4DB (or 0x49A4DB) is known color: Picton Blue. HEX triplet: 49, A4 and DB. RGB value is (73,164,219). Sum of RGB (Red+Green+Blue) = 73+164+219=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #49A4DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A4DB is #B65B24. Grayscale: #8E8E8E. Windows color (decimal): -11950885 or 14394441. OLE color: 14394441.
HSL color Cylindrical-coordinate representation of color #49A4DB: hue angle of 202.6º 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 #49A4DB is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 164 | 219 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.14 |
| HSL | 202.6º | 0.67% | 0.57% | - |
| HSV(B) | 202.6º | 0.67% | 0.86% | - |
| XYZ | 28.81 | 33.08 | 71.88 | - |
| YUV | 143.06 | 170.85 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 164 | 219 | 0.67 | 0.25 | 0 | 0.14 | 202.6 | 0.67 | 0.57 |
| Hex | 49 | A4 | DB | 43 | 19 | 0 | E | CB | 43 | 39 |
| Octal | 111 | 244 | 333 | 103 | 31 | 0 | 16 | 313 | 103 | 71 |
| Binary | 1001001 | 10100100 | 11011011 | 1000011 | 11001 | 0 | 1110 | 11001011 | 1000011 | 111001 |
Color Harmonies of #49A4DB
Complementary color
Monochromatic Colors of #49A4DB
Black with #49A4DB
Text Example
Text Example
White with #49A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A4DB; }
p { color: rgb(73,164,219); }
H1.HeaderClassName
{
color: #49A4DB;
}
.AnyTagClassName
{
color: #49A4DB;
}
</style>
background-color css
<style>
a { background-color: #49A4DB; }
a { background-color: rgb(73,164,219); }
div.DivClassName
{
background-color: #49A4DB;
}
.BgClassName
{
background-color: #49A4DB;
}
</style>
border-color css
<style>
span { border-color: #49A4DB; }
span { border-color: rgb(73,164,219); }
td.TdClassName
{
border-color: #49A4DB;
}
.TagClassName
{
border-color: #49A4DB;
}
</style>