Shades of Picton Blue #4F98DF
Tints of Picton Blue #4F98DF
RGB
CMYK
RGB Variations
Color information
#4F98DF (or 0x4F98DF) is known color: Picton Blue. HEX triplet: 4F, 98 and DF. RGB value is (79,152,223). Sum of RGB (Red+Green+Blue) = 79+152+223=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F98DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F98DF is #B06720. Grayscale: #898989. Windows color (decimal): -11560737 or 14653519. OLE color: 14653519.
HSL color Cylindrical-coordinate representation of color #4F98DF: hue angle of 209.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F98DF is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 152 | 223 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.13 |
| HSL | 209.58º | 0.69% | 0.59% | - |
| HSV(B) | 209.58º | 0.65% | 0.87% | - |
| XYZ | 27.77 | 29.45 | 74.03 | - |
| YUV | 138.27 | 175.82 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 152 | 223 | 0.65 | 0.32 | 0 | 0.13 | 209.58 | 0.69 | 0.59 |
| Hex | 4F | 98 | DF | 41 | 20 | 0 | D | D2 | 45 | 3B |
| Octal | 117 | 230 | 337 | 101 | 40 | 0 | 15 | 322 | 105 | 73 |
| Binary | 1001111 | 10011000 | 11011111 | 1000001 | 100000 | 0 | 1101 | 11010010 | 1000101 | 111011 |
Color Harmonies of #4F98DF
Complementary color
Monochromatic Colors of #4F98DF
Black with #4F98DF
Text Example
Text Example
White with #4F98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F98DF; }
p { color: rgb(79,152,223); }
H1.HeaderClassName
{
color: #4F98DF;
}
.AnyTagClassName
{
color: #4F98DF;
}
</style>
background-color css
<style>
a { background-color: #4F98DF; }
a { background-color: rgb(79,152,223); }
div.DivClassName
{
background-color: #4F98DF;
}
.BgClassName
{
background-color: #4F98DF;
}
</style>
border-color css
<style>
span { border-color: #4F98DF; }
span { border-color: rgb(79,152,223); }
td.TdClassName
{
border-color: #4F98DF;
}
.TagClassName
{
border-color: #4F98DF;
}
</style>