Shades of Picton Blue #4999CF
Tints of Picton Blue #4999CF
RGB
CMYK
RGB Variations
Color information
#4999CF (or 0x4999CF) is known color: Picton Blue. HEX triplet: 49, 99 and CF. RGB value is (73,153,207). Sum of RGB (Red+Green+Blue) = 73+153+207=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #4999CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4999CF is #B66630. Grayscale: #868686. Windows color (decimal): -11953713 or 13605193. OLE color: 13605193.
HSL color Cylindrical-coordinate representation of color #4999CF: hue angle of 204.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4999CF is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 153 | 207 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.19 |
| HSL | 204.18º | 0.58% | 0.55% | - |
| HSV(B) | 204.18º | 0.65% | 0.81% | - |
| XYZ | 25.4 | 28.7 | 63.23 | - |
| YUV | 135.24 | 168.5 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 207 | 0.65 | 0.26 | 0 | 0.19 | 204.18 | 0.58 | 0.55 |
| Hex | 49 | 99 | CF | 41 | 1A | 0 | 13 | CC | 3A | 37 |
| Octal | 111 | 231 | 317 | 101 | 32 | 0 | 23 | 314 | 72 | 67 |
| Binary | 1001001 | 10011001 | 11001111 | 1000001 | 11010 | 0 | 10011 | 11001100 | 111010 | 110111 |
Color Harmonies of #4999CF
Complementary color
Monochromatic Colors of #4999CF
Black with #4999CF
Text Example
Text Example
White with #4999CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4999CF; }
p { color: rgb(73,153,207); }
H1.HeaderClassName
{
color: #4999CF;
}
.AnyTagClassName
{
color: #4999CF;
}
</style>
background-color css
<style>
a { background-color: #4999CF; }
a { background-color: rgb(73,153,207); }
div.DivClassName
{
background-color: #4999CF;
}
.BgClassName
{
background-color: #4999CF;
}
</style>
border-color css
<style>
span { border-color: #4999CF; }
span { border-color: rgb(73,153,207); }
td.TdClassName
{
border-color: #4999CF;
}
.TagClassName
{
border-color: #4999CF;
}
</style>