Shades of Picton Blue #499DC8
Tints of Picton Blue #499DC8
RGB
CMYK
RGB Variations
Color information
#499DC8 (or 0x499DC8) is known color: Picton Blue. HEX triplet: 49, 9D and C8. RGB value is (73,157,200). Sum of RGB (Red+Green+Blue) = 73+157+200=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #499DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DC8 is #B66237. Grayscale: #888888. Windows color (decimal): -11952696 or 13147465. OLE color: 13147465.
HSL color Cylindrical-coordinate representation of color #499DC8: hue angle of 200.31º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #499DC8 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 157 | 200 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.22 |
| HSL | 200.32º | 0.54% | 0.54% | - |
| HSV(B) | 200.32º | 0.64% | 0.78% | - |
| XYZ | 25.23 | 29.7 | 59.05 | - |
| YUV | 136.79 | 163.67 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 200 | 0.64 | 0.22 | 0 | 0.22 | 200.32 | 0.54 | 0.54 |
| Hex | 49 | 9D | C8 | 40 | 16 | 0 | 16 | C8 | 36 | 36 |
| Octal | 111 | 235 | 310 | 100 | 26 | 0 | 26 | 310 | 66 | 66 |
| Binary | 1001001 | 10011101 | 11001000 | 1000000 | 10110 | 0 | 10110 | 11001000 | 110110 | 110110 |
Color Harmonies of #499DC8
Complementary color
Monochromatic Colors of #499DC8
Black with #499DC8
Text Example
Text Example
White with #499DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DC8; }
p { color: rgb(73,157,200); }
H1.HeaderClassName
{
color: #499DC8;
}
.AnyTagClassName
{
color: #499DC8;
}
</style>
background-color css
<style>
a { background-color: #499DC8; }
a { background-color: rgb(73,157,200); }
div.DivClassName
{
background-color: #499DC8;
}
.BgClassName
{
background-color: #499DC8;
}
</style>
border-color css
<style>
span { border-color: #499DC8; }
span { border-color: rgb(73,157,200); }
td.TdClassName
{
border-color: #499DC8;
}
.TagClassName
{
border-color: #499DC8;
}
</style>