Shades of Picton Blue #499ECD
Tints of Picton Blue #499ECD
RGB
CMYK
RGB Variations
Color information
#499ECD (or 0x499ECD) is known color: Picton Blue. HEX triplet: 49, 9E and CD. RGB value is (73,158,205). Sum of RGB (Red+Green+Blue) = 73+158+205=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #499ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ECD is #B66132. Grayscale: #898989. Windows color (decimal): -11952435 or 13475401. OLE color: 13475401.
HSL color Cylindrical-coordinate representation of color #499ECD: hue angle of 201.36º 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 #499ECD is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 158 | 205 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.20 |
| HSL | 201.36º | 0.57% | 0.55% | - |
| HSV(B) | 201.36º | 0.64% | 0.8% | - |
| XYZ | 25.99 | 30.28 | 62.23 | - |
| YUV | 137.94 | 165.84 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 205 | 0.64 | 0.23 | 0 | 0.20 | 201.36 | 0.57 | 0.55 |
| Hex | 49 | 9E | CD | 40 | 17 | 0 | 14 | C9 | 39 | 37 |
| Octal | 111 | 236 | 315 | 100 | 27 | 0 | 24 | 311 | 71 | 67 |
| Binary | 1001001 | 10011110 | 11001101 | 1000000 | 10111 | 0 | 10100 | 11001001 | 111001 | 110111 |
Color Harmonies of #499ECD
Complementary color
Monochromatic Colors of #499ECD
Black with #499ECD
Text Example
Text Example
White with #499ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499ECD; }
p { color: rgb(73,158,205); }
H1.HeaderClassName
{
color: #499ECD;
}
.AnyTagClassName
{
color: #499ECD;
}
</style>
background-color css
<style>
a { background-color: #499ECD; }
a { background-color: rgb(73,158,205); }
div.DivClassName
{
background-color: #499ECD;
}
.BgClassName
{
background-color: #499ECD;
}
</style>
border-color css
<style>
span { border-color: #499ECD; }
span { border-color: rgb(73,158,205); }
td.TdClassName
{
border-color: #499ECD;
}
.TagClassName
{
border-color: #499ECD;
}
</style>