Shades of Picton Blue #499CCD
Tints of Picton Blue #499CCD
RGB
CMYK
RGB Variations
Color information
#499CCD (or 0x499CCD) is known color: Picton Blue. HEX triplet: 49, 9C and CD. RGB value is (73,156,205). Sum of RGB (Red+Green+Blue) = 73+156+205=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #499CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CCD is #B66332. Grayscale: #888888. Windows color (decimal): -11952947 or 13474889. OLE color: 13474889.
HSL color Cylindrical-coordinate representation of color #499CCD: hue angle of 202.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499CCD is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 156 | 205 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.20 |
| HSL | 202.27º | 0.57% | 0.55% | - |
| HSV(B) | 202.27º | 0.64% | 0.8% | - |
| XYZ | 25.66 | 29.6 | 62.12 | - |
| YUV | 136.77 | 166.5 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 205 | 0.64 | 0.24 | 0 | 0.20 | 202.27 | 0.57 | 0.55 |
| Hex | 49 | 9C | CD | 40 | 18 | 0 | 14 | CA | 39 | 37 |
| Octal | 111 | 234 | 315 | 100 | 30 | 0 | 24 | 312 | 71 | 67 |
| Binary | 1001001 | 10011100 | 11001101 | 1000000 | 11000 | 0 | 10100 | 11001010 | 111001 | 110111 |
Color Harmonies of #499CCD
Complementary color
Monochromatic Colors of #499CCD
Black with #499CCD
Text Example
Text Example
White with #499CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CCD; }
p { color: rgb(73,156,205); }
H1.HeaderClassName
{
color: #499CCD;
}
.AnyTagClassName
{
color: #499CCD;
}
</style>
background-color css
<style>
a { background-color: #499CCD; }
a { background-color: rgb(73,156,205); }
div.DivClassName
{
background-color: #499CCD;
}
.BgClassName
{
background-color: #499CCD;
}
</style>
border-color css
<style>
span { border-color: #499CCD; }
span { border-color: rgb(73,156,205); }
td.TdClassName
{
border-color: #499CCD;
}
.TagClassName
{
border-color: #499CCD;
}
</style>