Shades of Picton Blue #4999CD
Tints of Picton Blue #4999CD
RGB
CMYK
RGB Variations
Color information
#4999CD (or 0x4999CD) is known color: Picton Blue. HEX triplet: 49, 99 and CD. RGB value is (73,153,205). Sum of RGB (Red+Green+Blue) = 73+153+205=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #4999CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4999CD is #B66632. Grayscale: #868686. Windows color (decimal): -11953715 or 13474121. OLE color: 13474121.
HSL color Cylindrical-coordinate representation of color #4999CD: hue angle of 203.64º 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 #4999CD is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 153 | 205 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.20 |
| HSL | 203.64º | 0.57% | 0.55% | - |
| HSV(B) | 203.64º | 0.64% | 0.8% | - |
| XYZ | 25.16 | 28.61 | 61.95 | - |
| YUV | 135.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 205 | 0.64 | 0.25 | 0 | 0.20 | 203.64 | 0.57 | 0.55 |
| Hex | 49 | 99 | CD | 40 | 19 | 0 | 14 | CC | 39 | 37 |
| Octal | 111 | 231 | 315 | 100 | 31 | 0 | 24 | 314 | 71 | 67 |
| Binary | 1001001 | 10011001 | 11001101 | 1000000 | 11001 | 0 | 10100 | 11001100 | 111001 | 110111 |
Color Harmonies of #4999CD
Complementary color
Monochromatic Colors of #4999CD
Black with #4999CD
Text Example
Text Example
White with #4999CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4999CD; }
p { color: rgb(73,153,205); }
H1.HeaderClassName
{
color: #4999CD;
}
.AnyTagClassName
{
color: #4999CD;
}
</style>
background-color css
<style>
a { background-color: #4999CD; }
a { background-color: rgb(73,153,205); }
div.DivClassName
{
background-color: #4999CD;
}
.BgClassName
{
background-color: #4999CD;
}
</style>
border-color css
<style>
span { border-color: #4999CD; }
span { border-color: rgb(73,153,205); }
td.TdClassName
{
border-color: #4999CD;
}
.TagClassName
{
border-color: #4999CD;
}
</style>