Shades of Picton Blue #499BCD
Tints of Picton Blue #499BCD
RGB
CMYK
RGB Variations
Color information
#499BCD (or 0x499BCD) is known color: Picton Blue. HEX triplet: 49, 9B and CD. RGB value is (73,155,205). Sum of RGB (Red+Green+Blue) = 73+155+205=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #499BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BCD is #B66432. Grayscale: #878787. Windows color (decimal): -11953203 or 13474633. OLE color: 13474633.
HSL color Cylindrical-coordinate representation of color #499BCD: hue angle of 202.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499BCD is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 155 | 205 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.20 |
| HSL | 202.73º | 0.57% | 0.55% | - |
| HSV(B) | 202.73º | 0.64% | 0.8% | - |
| XYZ | 25.49 | 29.27 | 62.06 | - |
| YUV | 136.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 205 | 0.64 | 0.24 | 0 | 0.20 | 202.73 | 0.57 | 0.55 |
| Hex | 49 | 9B | CD | 40 | 18 | 0 | 14 | CB | 39 | 37 |
| Octal | 111 | 233 | 315 | 100 | 30 | 0 | 24 | 313 | 71 | 67 |
| Binary | 1001001 | 10011011 | 11001101 | 1000000 | 11000 | 0 | 10100 | 11001011 | 111001 | 110111 |
Color Harmonies of #499BCD
Complementary color
Monochromatic Colors of #499BCD
Black with #499BCD
Text Example
Text Example
White with #499BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BCD; }
p { color: rgb(73,155,205); }
H1.HeaderClassName
{
color: #499BCD;
}
.AnyTagClassName
{
color: #499BCD;
}
</style>
background-color css
<style>
a { background-color: #499BCD; }
a { background-color: rgb(73,155,205); }
div.DivClassName
{
background-color: #499BCD;
}
.BgClassName
{
background-color: #499BCD;
}
</style>
border-color css
<style>
span { border-color: #499BCD; }
span { border-color: rgb(73,155,205); }
td.TdClassName
{
border-color: #499BCD;
}
.TagClassName
{
border-color: #499BCD;
}
</style>