Shades of Picton Blue #49A5D3
Tints of Picton Blue #49A5D3
RGB
CMYK
RGB Variations
Color information
#49A5D3 (or 0x49A5D3) is known color: Picton Blue. HEX triplet: 49, A5 and D3. RGB value is (73,165,211). Sum of RGB (Red+Green+Blue) = 73+165+211=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #49A5D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A5D3 is #B65A2C. Grayscale: #8E8E8E. Windows color (decimal): -11950637 or 13870409. OLE color: 13870409.
HSL color Cylindrical-coordinate representation of color #49A5D3: hue angle of 200º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49A5D3 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 165 | 211 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.17 |
| HSL | 200º | 0.61% | 0.56% | - |
| HSV(B) | 200º | 0.65% | 0.83% | - |
| XYZ | 27.96 | 33.03 | 66.53 | - |
| YUV | 142.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 165 | 211 | 0.65 | 0.22 | 0 | 0.17 | 200 | 0.61 | 0.56 |
| Hex | 49 | A5 | D3 | 41 | 16 | 0 | 11 | C8 | 3D | 38 |
| Octal | 111 | 245 | 323 | 101 | 26 | 0 | 21 | 310 | 75 | 70 |
| Binary | 1001001 | 10100101 | 11010011 | 1000001 | 10110 | 0 | 10001 | 11001000 | 111101 | 111000 |
Color Harmonies of #49A5D3
Complementary color
Monochromatic Colors of #49A5D3
Black with #49A5D3
Text Example
Text Example
White with #49A5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A5D3; }
p { color: rgb(73,165,211); }
H1.HeaderClassName
{
color: #49A5D3;
}
.AnyTagClassName
{
color: #49A5D3;
}
</style>
background-color css
<style>
a { background-color: #49A5D3; }
a { background-color: rgb(73,165,211); }
div.DivClassName
{
background-color: #49A5D3;
}
.BgClassName
{
background-color: #49A5D3;
}
</style>
border-color css
<style>
span { border-color: #49A5D3; }
span { border-color: rgb(73,165,211); }
td.TdClassName
{
border-color: #49A5D3;
}
.TagClassName
{
border-color: #49A5D3;
}
</style>