Shades of Picton Blue #4F9DDB
Tints of Picton Blue #4F9DDB
RGB
CMYK
RGB Variations
Color information
#4F9DDB (or 0x4F9DDB) is known color: Picton Blue. HEX triplet: 4F, 9D and DB. RGB value is (79,157,219). Sum of RGB (Red+Green+Blue) = 79+157+219=455 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.36% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9DDB is #B06224. Grayscale: #8C8C8C. Windows color (decimal): -11559461 or 14392655. OLE color: 14392655.
HSL color Cylindrical-coordinate representation of color #4F9DDB: hue angle of 206.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 #4F9DDB is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 157 | 219 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.14 |
| HSL | 206.57º | 0.66% | 0.58% | - |
| HSV(B) | 206.57º | 0.64% | 0.86% | - |
| XYZ | 28.07 | 30.89 | 71.5 | - |
| YUV | 140.75 | 172.16 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 157 | 219 | 0.64 | 0.28 | 0 | 0.14 | 206.57 | 0.66 | 0.58 |
| Hex | 4F | 9D | DB | 40 | 1C | 0 | E | CF | 42 | 3A |
| Octal | 117 | 235 | 333 | 100 | 34 | 0 | 16 | 317 | 102 | 72 |
| Binary | 1001111 | 10011101 | 11011011 | 1000000 | 11100 | 0 | 1110 | 11001111 | 1000010 | 111010 |
Color Harmonies of #4F9DDB
Complementary color
Monochromatic Colors of #4F9DDB
Black with #4F9DDB
Text Example
Text Example
White with #4F9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9DDB; }
p { color: rgb(79,157,219); }
H1.HeaderClassName
{
color: #4F9DDB;
}
.AnyTagClassName
{
color: #4F9DDB;
}
</style>
background-color css
<style>
a { background-color: #4F9DDB; }
a { background-color: rgb(79,157,219); }
div.DivClassName
{
background-color: #4F9DDB;
}
.BgClassName
{
background-color: #4F9DDB;
}
</style>
border-color css
<style>
span { border-color: #4F9DDB; }
span { border-color: rgb(79,157,219); }
td.TdClassName
{
border-color: #4F9DDB;
}
.TagClassName
{
border-color: #4F9DDB;
}
</style>