Shades of Picton Blue #4F9FDD
Tints of Picton Blue #4F9FDD
RGB
CMYK
RGB Variations
Color information
#4F9FDD (or 0x4F9FDD) is known color: Picton Blue. HEX triplet: 4F, 9F and DD. RGB value is (79,159,221). Sum of RGB (Red+Green+Blue) = 79+159+221=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F9FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9FDD is #B06022. Grayscale: #8D8D8D. Windows color (decimal): -11558947 or 14524239. OLE color: 14524239.
HSL color Cylindrical-coordinate representation of color #4F9FDD: hue angle of 206.2º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F9FDD is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 159 | 221 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.13 |
| HSL | 206.2º | 0.68% | 0.59% | - |
| HSV(B) | 206.2º | 0.64% | 0.87% | - |
| XYZ | 28.67 | 31.68 | 73.01 | - |
| YUV | 142.15 | 172.5 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 221 | 0.64 | 0.28 | 0 | 0.13 | 206.2 | 0.68 | 0.59 |
| Hex | 4F | 9F | DD | 40 | 1C | 0 | D | CE | 44 | 3B |
| Octal | 117 | 237 | 335 | 100 | 34 | 0 | 15 | 316 | 104 | 73 |
| Binary | 1001111 | 10011111 | 11011101 | 1000000 | 11100 | 0 | 1101 | 11001110 | 1000100 | 111011 |
Color Harmonies of #4F9FDD
Complementary color
Monochromatic Colors of #4F9FDD
Black with #4F9FDD
Text Example
Text Example
White with #4F9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9FDD; }
p { color: rgb(79,159,221); }
H1.HeaderClassName
{
color: #4F9FDD;
}
.AnyTagClassName
{
color: #4F9FDD;
}
</style>
background-color css
<style>
a { background-color: #4F9FDD; }
a { background-color: rgb(79,159,221); }
div.DivClassName
{
background-color: #4F9FDD;
}
.BgClassName
{
background-color: #4F9FDD;
}
</style>
border-color css
<style>
span { border-color: #4F9FDD; }
span { border-color: rgb(79,159,221); }
td.TdClassName
{
border-color: #4F9FDD;
}
.TagClassName
{
border-color: #4F9FDD;
}
</style>