Shades of Picton Blue #49A0DD
Tints of Picton Blue #49A0DD
RGB
CMYK
RGB Variations
Color information
#49A0DD (or 0x49A0DD) is known color: Picton Blue. HEX triplet: 49, A0 and DD. RGB value is (73,160,221). Sum of RGB (Red+Green+Blue) = 73+160+221=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #49A0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A0DD is #B65F22. Grayscale: #8C8C8C. Windows color (decimal): -11951907 or 14524489. OLE color: 14524489.
HSL color Cylindrical-coordinate representation of color #49A0DD: hue angle of 204.73º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49A0DD is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 160 | 221 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.13 |
| HSL | 204.73º | 0.69% | 0.58% | - |
| HSV(B) | 204.73º | 0.67% | 0.87% | - |
| XYZ | 28.37 | 31.78 | 73.05 | - |
| YUV | 140.94 | 173.18 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 221 | 0.67 | 0.28 | 0 | 0.13 | 204.73 | 0.69 | 0.58 |
| Hex | 49 | A0 | DD | 43 | 1C | 0 | D | CD | 45 | 3A |
| Octal | 111 | 240 | 335 | 103 | 34 | 0 | 15 | 315 | 105 | 72 |
| Binary | 1001001 | 10100000 | 11011101 | 1000011 | 11100 | 0 | 1101 | 11001101 | 1000101 | 111010 |
Color Harmonies of #49A0DD
Complementary color
Monochromatic Colors of #49A0DD
Black with #49A0DD
Text Example
Text Example
White with #49A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A0DD; }
p { color: rgb(73,160,221); }
H1.HeaderClassName
{
color: #49A0DD;
}
.AnyTagClassName
{
color: #49A0DD;
}
</style>
background-color css
<style>
a { background-color: #49A0DD; }
a { background-color: rgb(73,160,221); }
div.DivClassName
{
background-color: #49A0DD;
}
.BgClassName
{
background-color: #49A0DD;
}
</style>
border-color css
<style>
span { border-color: #49A0DD; }
span { border-color: rgb(73,160,221); }
td.TdClassName
{
border-color: #49A0DD;
}
.TagClassName
{
border-color: #49A0DD;
}
</style>