Shades of Picton Blue #4996CF
Tints of Picton Blue #4996CF
RGB
CMYK
RGB Variations
Color information
#4996CF (or 0x4996CF) is known color: Picton Blue. HEX triplet: 49, 96 and CF. RGB value is (73,150,207). Sum of RGB (Red+Green+Blue) = 73+150+207=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #4996CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4996CF is #B66930. Grayscale: #858585. Windows color (decimal): -11954481 or 13604425. OLE color: 13604425.
HSL color Cylindrical-coordinate representation of color #4996CF: hue angle of 205.52º 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 #4996CF is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 150 | 207 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.19 |
| HSL | 205.52º | 0.58% | 0.55% | - |
| HSV(B) | 205.52º | 0.65% | 0.81% | - |
| XYZ | 24.92 | 27.73 | 63.07 | - |
| YUV | 133.48 | 169.49 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 207 | 0.65 | 0.28 | 0 | 0.19 | 205.52 | 0.58 | 0.55 |
| Hex | 49 | 96 | CF | 41 | 1C | 0 | 13 | CE | 3A | 37 |
| Octal | 111 | 226 | 317 | 101 | 34 | 0 | 23 | 316 | 72 | 67 |
| Binary | 1001001 | 10010110 | 11001111 | 1000001 | 11100 | 0 | 10011 | 11001110 | 111010 | 110111 |
Color Harmonies of #4996CF
Complementary color
Monochromatic Colors of #4996CF
Black with #4996CF
Text Example
Text Example
White with #4996CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4996CF; }
p { color: rgb(73,150,207); }
H1.HeaderClassName
{
color: #4996CF;
}
.AnyTagClassName
{
color: #4996CF;
}
</style>
background-color css
<style>
a { background-color: #4996CF; }
a { background-color: rgb(73,150,207); }
div.DivClassName
{
background-color: #4996CF;
}
.BgClassName
{
background-color: #4996CF;
}
</style>
border-color css
<style>
span { border-color: #4996CF; }
span { border-color: rgb(73,150,207); }
td.TdClassName
{
border-color: #4996CF;
}
.TagClassName
{
border-color: #4996CF;
}
</style>