Shades of Picton Blue #4997D0
Tints of Picton Blue #4997D0
RGB
CMYK
RGB Variations
Color information
#4997D0 (or 0x4997D0) is known color: Picton Blue. HEX triplet: 49, 97 and D0. RGB value is (73,151,208). Sum of RGB (Red+Green+Blue) = 73+151+208=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #4997D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997D0 is #B6682F. Grayscale: #858585. Windows color (decimal): -11954224 or 13670217. OLE color: 13670217.
HSL color Cylindrical-coordinate representation of color #4997D0: hue angle of 205.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4997D0 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 151 | 208 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.18 |
| HSL | 205.33º | 0.59% | 0.55% | - |
| HSV(B) | 205.33º | 0.65% | 0.82% | - |
| XYZ | 25.2 | 28.1 | 63.77 | - |
| YUV | 134.18 | 169.66 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 208 | 0.65 | 0.27 | 0 | 0.18 | 205.33 | 0.59 | 0.55 |
| Hex | 49 | 97 | D0 | 41 | 1B | 0 | 12 | CD | 3B | 37 |
| Octal | 111 | 227 | 320 | 101 | 33 | 0 | 22 | 315 | 73 | 67 |
| Binary | 1001001 | 10010111 | 11010000 | 1000001 | 11011 | 0 | 10010 | 11001101 | 111011 | 110111 |
Color Harmonies of #4997D0
Complementary color
Monochromatic Colors of #4997D0
Black with #4997D0
Text Example
Text Example
White with #4997D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4997D0; }
p { color: rgb(73,151,208); }
H1.HeaderClassName
{
color: #4997D0;
}
.AnyTagClassName
{
color: #4997D0;
}
</style>
background-color css
<style>
a { background-color: #4997D0; }
a { background-color: rgb(73,151,208); }
div.DivClassName
{
background-color: #4997D0;
}
.BgClassName
{
background-color: #4997D0;
}
</style>
border-color css
<style>
span { border-color: #4997D0; }
span { border-color: rgb(73,151,208); }
td.TdClassName
{
border-color: #4997D0;
}
.TagClassName
{
border-color: #4997D0;
}
</style>