Shades of Picton Blue #49A0DF
Tints of Picton Blue #49A0DF
RGB
CMYK
RGB Variations
Color information
#49A0DF (or 0x49A0DF) is known color: Picton Blue. HEX triplet: 49, A0 and DF. RGB value is (73,160,223). Sum of RGB (Red+Green+Blue) = 73+160+223=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #49A0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A0DF is #B65F20. Grayscale: #8C8C8C. Windows color (decimal): -11951905 or 14655561. OLE color: 14655561.
HSL color Cylindrical-coordinate representation of color #49A0DF: hue angle of 205.2º degrees, saturation: 0.7, 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 #49A0DF is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 160 | 223 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.13 |
| HSL | 205.2º | 0.7% | 0.58% | - |
| HSV(B) | 205.2º | 0.67% | 0.87% | - |
| XYZ | 28.64 | 31.89 | 74.46 | - |
| YUV | 141.17 | 174.18 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 223 | 0.67 | 0.28 | 0 | 0.13 | 205.2 | 0.7 | 0.58 |
| Hex | 49 | A0 | DF | 43 | 1C | 0 | D | CD | 46 | 3A |
| Octal | 111 | 240 | 337 | 103 | 34 | 0 | 15 | 315 | 106 | 72 |
| Binary | 1001001 | 10100000 | 11011111 | 1000011 | 11100 | 0 | 1101 | 11001101 | 1000110 | 111010 |
Color Harmonies of #49A0DF
Complementary color
Monochromatic Colors of #49A0DF
Black with #49A0DF
Text Example
Text Example
White with #49A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A0DF; }
p { color: rgb(73,160,223); }
H1.HeaderClassName
{
color: #49A0DF;
}
.AnyTagClassName
{
color: #49A0DF;
}
</style>
background-color css
<style>
a { background-color: #49A0DF; }
a { background-color: rgb(73,160,223); }
div.DivClassName
{
background-color: #49A0DF;
}
.BgClassName
{
background-color: #49A0DF;
}
</style>
border-color css
<style>
span { border-color: #49A0DF; }
span { border-color: rgb(73,160,223); }
td.TdClassName
{
border-color: #49A0DF;
}
.TagClassName
{
border-color: #49A0DF;
}
</style>