Shades of Picton Blue #4997DC
Tints of Picton Blue #4997DC
RGB
CMYK
RGB Variations
Color information
#4997DC (or 0x4997DC) is known color: Picton Blue. HEX triplet: 49, 97 and DC. RGB value is (73,151,220). Sum of RGB (Red+Green+Blue) = 73+151+220=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #4997DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997DC is #B66823. Grayscale: #878787. Windows color (decimal): -11954212 or 14456649. OLE color: 14456649.
HSL color Cylindrical-coordinate representation of color #4997DC: hue angle of 208.16º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4997DC is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 151 | 220 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.14 |
| HSL | 208.16º | 0.68% | 0.57% | - |
| HSV(B) | 208.16º | 0.67% | 0.86% | - |
| XYZ | 26.73 | 28.72 | 71.84 | - |
| YUV | 135.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 220 | 0.67 | 0.31 | 0 | 0.14 | 208.16 | 0.68 | 0.57 |
| Hex | 49 | 97 | DC | 43 | 1F | 0 | E | D0 | 44 | 39 |
| Octal | 111 | 227 | 334 | 103 | 37 | 0 | 16 | 320 | 104 | 71 |
| Binary | 1001001 | 10010111 | 11011100 | 1000011 | 11111 | 0 | 1110 | 11010000 | 1000100 | 111001 |
Color Harmonies of #4997DC
Complementary color
Monochromatic Colors of #4997DC
Black with #4997DC
Text Example
Text Example
White with #4997DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4997DC; }
p { color: rgb(73,151,220); }
H1.HeaderClassName
{
color: #4997DC;
}
.AnyTagClassName
{
color: #4997DC;
}
</style>
background-color css
<style>
a { background-color: #4997DC; }
a { background-color: rgb(73,151,220); }
div.DivClassName
{
background-color: #4997DC;
}
.BgClassName
{
background-color: #4997DC;
}
</style>
border-color css
<style>
span { border-color: #4997DC; }
span { border-color: rgb(73,151,220); }
td.TdClassName
{
border-color: #4997DC;
}
.TagClassName
{
border-color: #4997DC;
}
</style>