Shades of Picton Blue #499FCB
Tints of Picton Blue #499FCB
RGB
CMYK
RGB Variations
Color information
#499FCB (or 0x499FCB) is known color: Picton Blue. HEX triplet: 49, 9F and CB. RGB value is (73,159,203). Sum of RGB (Red+Green+Blue) = 73+159+203=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #499FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FCB is #B66034. Grayscale: #8A8A8A. Windows color (decimal): -11952181 or 13344585. OLE color: 13344585.
HSL color Cylindrical-coordinate representation of color #499FCB: hue angle of 200.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499FCB is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 159 | 203 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.20 |
| HSL | 200.31º | 0.56% | 0.54% | - |
| HSV(B) | 200.31º | 0.64% | 0.8% | - |
| XYZ | 25.93 | 30.52 | 61.03 | - |
| YUV | 138.3 | 164.51 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 203 | 0.64 | 0.22 | 0 | 0.20 | 200.31 | 0.56 | 0.54 |
| Hex | 49 | 9F | CB | 40 | 16 | 0 | 14 | C8 | 38 | 36 |
| Octal | 111 | 237 | 313 | 100 | 26 | 0 | 24 | 310 | 70 | 66 |
| Binary | 1001001 | 10011111 | 11001011 | 1000000 | 10110 | 0 | 10100 | 11001000 | 111000 | 110110 |
Color Harmonies of #499FCB
Complementary color
Monochromatic Colors of #499FCB
Black with #499FCB
Text Example
Text Example
White with #499FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499FCB; }
p { color: rgb(73,159,203); }
H1.HeaderClassName
{
color: #499FCB;
}
.AnyTagClassName
{
color: #499FCB;
}
</style>
background-color css
<style>
a { background-color: #499FCB; }
a { background-color: rgb(73,159,203); }
div.DivClassName
{
background-color: #499FCB;
}
.BgClassName
{
background-color: #499FCB;
}
</style>
border-color css
<style>
span { border-color: #499FCB; }
span { border-color: rgb(73,159,203); }
td.TdClassName
{
border-color: #499FCB;
}
.TagClassName
{
border-color: #499FCB;
}
</style>