Shades of Picton Blue #49A0D5
Tints of Picton Blue #49A0D5
RGB
CMYK
RGB Variations
Color information
#49A0D5 (or 0x49A0D5) is known color: Picton Blue. HEX triplet: 49, A0 and D5. RGB value is (73,160,213). Sum of RGB (Red+Green+Blue) = 73+160+213=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #49A0D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A0D5 is #B65F2A. Grayscale: #8B8B8B. Windows color (decimal): -11951915 or 14000201. OLE color: 14000201.
HSL color Cylindrical-coordinate representation of color #49A0D5: hue angle of 202.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49A0D5 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 160 | 213 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.16 |
| HSL | 202.71º | 0.63% | 0.56% | - |
| HSV(B) | 202.71º | 0.66% | 0.84% | - |
| XYZ | 27.33 | 31.36 | 67.56 | - |
| YUV | 140.03 | 169.18 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 213 | 0.66 | 0.25 | 0 | 0.16 | 202.71 | 0.63 | 0.56 |
| Hex | 49 | A0 | D5 | 42 | 19 | 0 | 10 | CB | 3E | 38 |
| Octal | 111 | 240 | 325 | 102 | 31 | 0 | 20 | 313 | 76 | 70 |
| Binary | 1001001 | 10100000 | 11010101 | 1000010 | 11001 | 0 | 10000 | 11001011 | 111110 | 111000 |
Color Harmonies of #49A0D5
Complementary color
Monochromatic Colors of #49A0D5
Black with #49A0D5
Text Example
Text Example
White with #49A0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A0D5; }
p { color: rgb(73,160,213); }
H1.HeaderClassName
{
color: #49A0D5;
}
.AnyTagClassName
{
color: #49A0D5;
}
</style>
background-color css
<style>
a { background-color: #49A0D5; }
a { background-color: rgb(73,160,213); }
div.DivClassName
{
background-color: #49A0D5;
}
.BgClassName
{
background-color: #49A0D5;
}
</style>
border-color css
<style>
span { border-color: #49A0D5; }
span { border-color: rgb(73,160,213); }
td.TdClassName
{
border-color: #49A0D5;
}
.TagClassName
{
border-color: #49A0D5;
}
</style>