Shades of Picton Blue #4997DB
Tints of Picton Blue #4997DB
RGB
CMYK
RGB Variations
Color information
#4997DB (or 0x4997DB) is known color: Picton Blue. HEX triplet: 49, 97 and DB. RGB value is (73,151,219). Sum of RGB (Red+Green+Blue) = 73+151+219=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #4997DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997DB is #B66824. Grayscale: #878787. Windows color (decimal): -11954213 or 14391113. OLE color: 14391113.
HSL color Cylindrical-coordinate representation of color #4997DB: hue angle of 207.95º degrees, saturation: 0.67, 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 #4997DB is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 151 | 219 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.14 |
| HSL | 207.95º | 0.67% | 0.57% | - |
| HSV(B) | 207.95º | 0.67% | 0.86% | - |
| XYZ | 26.6 | 28.66 | 71.15 | - |
| YUV | 135.43 | 175.16 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 219 | 0.67 | 0.31 | 0 | 0.14 | 207.95 | 0.67 | 0.57 |
| Hex | 49 | 97 | DB | 43 | 1F | 0 | E | D0 | 43 | 39 |
| Octal | 111 | 227 | 333 | 103 | 37 | 0 | 16 | 320 | 103 | 71 |
| Binary | 1001001 | 10010111 | 11011011 | 1000011 | 11111 | 0 | 1110 | 11010000 | 1000011 | 111001 |
Color Harmonies of #4997DB
Complementary color
Monochromatic Colors of #4997DB
Black with #4997DB
Text Example
Text Example
White with #4997DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4997DB; }
p { color: rgb(73,151,219); }
H1.HeaderClassName
{
color: #4997DB;
}
.AnyTagClassName
{
color: #4997DB;
}
</style>
background-color css
<style>
a { background-color: #4997DB; }
a { background-color: rgb(73,151,219); }
div.DivClassName
{
background-color: #4997DB;
}
.BgClassName
{
background-color: #4997DB;
}
</style>
border-color css
<style>
span { border-color: #4997DB; }
span { border-color: rgb(73,151,219); }
td.TdClassName
{
border-color: #4997DB;
}
.TagClassName
{
border-color: #4997DB;
}
</style>