Shades of Picton Blue #499CC9
Tints of Picton Blue #499CC9
RGB
CMYK
RGB Variations
Color information
#499CC9 (or 0x499CC9) is known color: Picton Blue. HEX triplet: 49, 9C and C9. RGB value is (73,156,201). Sum of RGB (Red+Green+Blue) = 73+156+201=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #499CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CC9 is #B66336. Grayscale: #888888. Windows color (decimal): -11952951 or 13212745. OLE color: 13212745.
HSL color Cylindrical-coordinate representation of color #499CC9: hue angle of 201.09º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499CC9 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 156 | 201 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.21 |
| HSL | 201.09º | 0.54% | 0.54% | - |
| HSV(B) | 201.09º | 0.64% | 0.79% | - |
| XYZ | 25.18 | 29.41 | 59.61 | - |
| YUV | 136.31 | 164.5 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 201 | 0.64 | 0.22 | 0 | 0.21 | 201.09 | 0.54 | 0.54 |
| Hex | 49 | 9C | C9 | 40 | 16 | 0 | 15 | C9 | 36 | 36 |
| Octal | 111 | 234 | 311 | 100 | 26 | 0 | 25 | 311 | 66 | 66 |
| Binary | 1001001 | 10011100 | 11001001 | 1000000 | 10110 | 0 | 10101 | 11001001 | 110110 | 110110 |
Color Harmonies of #499CC9
Complementary color
Monochromatic Colors of #499CC9
Black with #499CC9
Text Example
Text Example
White with #499CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CC9; }
p { color: rgb(73,156,201); }
H1.HeaderClassName
{
color: #499CC9;
}
.AnyTagClassName
{
color: #499CC9;
}
</style>
background-color css
<style>
a { background-color: #499CC9; }
a { background-color: rgb(73,156,201); }
div.DivClassName
{
background-color: #499CC9;
}
.BgClassName
{
background-color: #499CC9;
}
</style>
border-color css
<style>
span { border-color: #499CC9; }
span { border-color: rgb(73,156,201); }
td.TdClassName
{
border-color: #499CC9;
}
.TagClassName
{
border-color: #499CC9;
}
</style>