Shades of Picton Blue #4F8FDB
Tints of Picton Blue #4F8FDB
RGB
CMYK
RGB Variations
Color information
#4F8FDB (or 0x4F8FDB) is known color: Picton Blue. HEX triplet: 4F, 8F and DB. RGB value is (79,143,219). Sum of RGB (Red+Green+Blue) = 79+143+219=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F8FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8FDB is #B07024. Grayscale: #848484. Windows color (decimal): -11563045 or 14389071. OLE color: 14389071.
HSL color Cylindrical-coordinate representation of color #4F8FDB: hue angle of 212.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F8FDB is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 143 | 219 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.14 |
| HSL | 212.57º | 0.66% | 0.58% | - |
| HSV(B) | 212.57º | 0.64% | 0.86% | - |
| XYZ | 25.83 | 26.42 | 70.76 | - |
| YUV | 132.53 | 176.8 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 143 | 219 | 0.64 | 0.35 | 0 | 0.14 | 212.57 | 0.66 | 0.58 |
| Hex | 4F | 8F | DB | 40 | 23 | 0 | E | D5 | 42 | 3A |
| Octal | 117 | 217 | 333 | 100 | 43 | 0 | 16 | 325 | 102 | 72 |
| Binary | 1001111 | 10001111 | 11011011 | 1000000 | 100011 | 0 | 1110 | 11010101 | 1000010 | 111010 |
Color Harmonies of #4F8FDB
Complementary color
Monochromatic Colors of #4F8FDB
Black with #4F8FDB
Text Example
Text Example
White with #4F8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8FDB; }
p { color: rgb(79,143,219); }
H1.HeaderClassName
{
color: #4F8FDB;
}
.AnyTagClassName
{
color: #4F8FDB;
}
</style>
background-color css
<style>
a { background-color: #4F8FDB; }
a { background-color: rgb(79,143,219); }
div.DivClassName
{
background-color: #4F8FDB;
}
.BgClassName
{
background-color: #4F8FDB;
}
</style>
border-color css
<style>
span { border-color: #4F8FDB; }
span { border-color: rgb(79,143,219); }
td.TdClassName
{
border-color: #4F8FDB;
}
.TagClassName
{
border-color: #4F8FDB;
}
</style>