Shades of Picton Blue #499BC5
Tints of Picton Blue #499BC5
RGB
CMYK
RGB Variations
Color information
#499BC5 (or 0x499BC5) is known color: Picton Blue. HEX triplet: 49, 9B and C5. RGB value is (73,155,197). Sum of RGB (Red+Green+Blue) = 73+155+197=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #499BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BC5 is #B6643A. Grayscale: #878787. Windows color (decimal): -11953211 or 12950345. OLE color: 12950345.
HSL color Cylindrical-coordinate representation of color #499BC5: hue angle of 200.32º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #499BC5 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 155 | 197 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.23 |
| HSL | 200.32º | 0.52% | 0.53% | - |
| HSV(B) | 200.32º | 0.63% | 0.77% | - |
| XYZ | 24.55 | 28.89 | 57.11 | - |
| YUV | 135.27 | 162.83 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 197 | 0.63 | 0.21 | 0 | 0.23 | 200.32 | 0.52 | 0.53 |
| Hex | 49 | 9B | C5 | 3F | 15 | 0 | 17 | C8 | 34 | 35 |
| Octal | 111 | 233 | 305 | 77 | 25 | 0 | 27 | 310 | 64 | 65 |
| Binary | 1001001 | 10011011 | 11000101 | 111111 | 10101 | 0 | 10111 | 11001000 | 110100 | 110101 |
Color Harmonies of #499BC5
Complementary color
Monochromatic Colors of #499BC5
Black with #499BC5
Text Example
Text Example
White with #499BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BC5; }
p { color: rgb(73,155,197); }
H1.HeaderClassName
{
color: #499BC5;
}
.AnyTagClassName
{
color: #499BC5;
}
</style>
background-color css
<style>
a { background-color: #499BC5; }
a { background-color: rgb(73,155,197); }
div.DivClassName
{
background-color: #499BC5;
}
.BgClassName
{
background-color: #499BC5;
}
</style>
border-color css
<style>
span { border-color: #499BC5; }
span { border-color: rgb(73,155,197); }
td.TdClassName
{
border-color: #499BC5;
}
.TagClassName
{
border-color: #499BC5;
}
</style>