Shades of Picton Blue #499DCD
Tints of Picton Blue #499DCD
RGB
CMYK
RGB Variations
Color information
#499DCD (or 0x499DCD) is known color: Picton Blue. HEX triplet: 49, 9D and CD. RGB value is (73,157,205). Sum of RGB (Red+Green+Blue) = 73+157+205=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #499DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DCD is #B66232. Grayscale: #898989. Windows color (decimal): -11952691 or 13475145. OLE color: 13475145.
HSL color Cylindrical-coordinate representation of color #499DCD: hue angle of 201.82º 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 #499DCD is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 157 | 205 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.20 |
| HSL | 201.82º | 0.57% | 0.55% | - |
| HSV(B) | 201.82º | 0.64% | 0.8% | - |
| XYZ | 25.82 | 29.94 | 62.18 | - |
| YUV | 137.36 | 166.17 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 205 | 0.64 | 0.23 | 0 | 0.20 | 201.82 | 0.57 | 0.55 |
| Hex | 49 | 9D | CD | 40 | 17 | 0 | 14 | CA | 39 | 37 |
| Octal | 111 | 235 | 315 | 100 | 27 | 0 | 24 | 312 | 71 | 67 |
| Binary | 1001001 | 10011101 | 11001101 | 1000000 | 10111 | 0 | 10100 | 11001010 | 111001 | 110111 |
Color Harmonies of #499DCD
Complementary color
Monochromatic Colors of #499DCD
Black with #499DCD
Text Example
Text Example
White with #499DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DCD; }
p { color: rgb(73,157,205); }
H1.HeaderClassName
{
color: #499DCD;
}
.AnyTagClassName
{
color: #499DCD;
}
</style>
background-color css
<style>
a { background-color: #499DCD; }
a { background-color: rgb(73,157,205); }
div.DivClassName
{
background-color: #499DCD;
}
.BgClassName
{
background-color: #499DCD;
}
</style>
border-color css
<style>
span { border-color: #499DCD; }
span { border-color: rgb(73,157,205); }
td.TdClassName
{
border-color: #499DCD;
}
.TagClassName
{
border-color: #499DCD;
}
</style>