Shades of Picton Blue #499CCA
Tints of Picton Blue #499CCA
RGB
CMYK
RGB Variations
Color information
#499CCA (or 0x499CCA) is known color: Picton Blue. HEX triplet: 49, 9C and CA. RGB value is (73,156,202). Sum of RGB (Red+Green+Blue) = 73+156+202=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #499CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CCA is #B66335. Grayscale: #888888. Windows color (decimal): -11952950 or 13278281. OLE color: 13278281.
HSL color Cylindrical-coordinate representation of color #499CCA: hue angle of 201.4º degrees, saturation: 0.55, 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 #499CCA is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 156 | 202 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.21 |
| HSL | 201.4º | 0.55% | 0.54% | - |
| HSV(B) | 201.4º | 0.64% | 0.79% | - |
| XYZ | 25.3 | 29.46 | 60.23 | - |
| YUV | 136.43 | 165 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 202 | 0.64 | 0.23 | 0 | 0.21 | 201.4 | 0.55 | 0.54 |
| Hex | 49 | 9C | CA | 40 | 17 | 0 | 15 | C9 | 37 | 36 |
| Octal | 111 | 234 | 312 | 100 | 27 | 0 | 25 | 311 | 67 | 66 |
| Binary | 1001001 | 10011100 | 11001010 | 1000000 | 10111 | 0 | 10101 | 11001001 | 110111 | 110110 |
Color Harmonies of #499CCA
Complementary color
Monochromatic Colors of #499CCA
Black with #499CCA
Text Example
Text Example
White with #499CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CCA; }
p { color: rgb(73,156,202); }
H1.HeaderClassName
{
color: #499CCA;
}
.AnyTagClassName
{
color: #499CCA;
}
</style>
background-color css
<style>
a { background-color: #499CCA; }
a { background-color: rgb(73,156,202); }
div.DivClassName
{
background-color: #499CCA;
}
.BgClassName
{
background-color: #499CCA;
}
</style>
border-color css
<style>
span { border-color: #499CCA; }
span { border-color: rgb(73,156,202); }
td.TdClassName
{
border-color: #499CCA;
}
.TagClassName
{
border-color: #499CCA;
}
</style>