Shades of Picton Blue #499BE0
Tints of Picton Blue #499BE0
RGB
CMYK
RGB Variations
Color information
#499BE0 (or 0x499BE0) is known color: Picton Blue. HEX triplet: 49, 9B and E0. RGB value is (73,155,224). Sum of RGB (Red+Green+Blue) = 73+155+224=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #499BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BE0 is #B6641F. Grayscale: #898989. Windows color (decimal): -11953184 or 14719817. OLE color: 14719817.
HSL color Cylindrical-coordinate representation of color #499BE0: hue angle of 207.42º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499BE0 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 155 | 224 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.12 |
| HSL | 207.42º | 0.71% | 0.58% | - |
| HSV(B) | 207.42º | 0.67% | 0.88% | - |
| XYZ | 27.92 | 30.24 | 74.89 | - |
| YUV | 138.35 | 176.33 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 224 | 0.67 | 0.31 | 0 | 0.12 | 207.42 | 0.71 | 0.58 |
| Hex | 49 | 9B | E0 | 43 | 1F | 0 | C | CF | 47 | 3A |
| Octal | 111 | 233 | 340 | 103 | 37 | 0 | 14 | 317 | 107 | 72 |
| Binary | 1001001 | 10011011 | 11100000 | 1000011 | 11111 | 0 | 1100 | 11001111 | 1000111 | 111010 |
Color Harmonies of #499BE0
Complementary color
Monochromatic Colors of #499BE0
Black with #499BE0
Text Example
Text Example
White with #499BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BE0; }
p { color: rgb(73,155,224); }
H1.HeaderClassName
{
color: #499BE0;
}
.AnyTagClassName
{
color: #499BE0;
}
</style>
background-color css
<style>
a { background-color: #499BE0; }
a { background-color: rgb(73,155,224); }
div.DivClassName
{
background-color: #499BE0;
}
.BgClassName
{
background-color: #499BE0;
}
</style>
border-color css
<style>
span { border-color: #499BE0; }
span { border-color: rgb(73,155,224); }
td.TdClassName
{
border-color: #499BE0;
}
.TagClassName
{
border-color: #499BE0;
}
</style>