Shades of Picton Blue #4F93DF
Tints of Picton Blue #4F93DF
RGB
CMYK
RGB Variations
Color information
#4F93DF (or 0x4F93DF) is known color: Picton Blue. HEX triplet: 4F, 93 and DF. RGB value is (79,147,223). Sum of RGB (Red+Green+Blue) = 79+147+223=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F93DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F93DF is #B06C20. Grayscale: #868686. Windows color (decimal): -11562017 or 14652239. OLE color: 14652239.
HSL color Cylindrical-coordinate representation of color #4F93DF: hue angle of 211.67º 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 #4F93DF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 147 | 223 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.13 |
| HSL | 211.67º | 0.69% | 0.59% | - |
| HSV(B) | 211.67º | 0.65% | 0.87% | - |
| XYZ | 26.98 | 27.86 | 73.77 | - |
| YUV | 135.33 | 177.47 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 147 | 223 | 0.65 | 0.34 | 0 | 0.13 | 211.67 | 0.69 | 0.59 |
| Hex | 4F | 93 | DF | 41 | 22 | 0 | D | D4 | 45 | 3B |
| Octal | 117 | 223 | 337 | 101 | 42 | 0 | 15 | 324 | 105 | 73 |
| Binary | 1001111 | 10010011 | 11011111 | 1000001 | 100010 | 0 | 1101 | 11010100 | 1000101 | 111011 |
Color Harmonies of #4F93DF
Complementary color
Monochromatic Colors of #4F93DF
Black with #4F93DF
Text Example
Text Example
White with #4F93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F93DF; }
p { color: rgb(79,147,223); }
H1.HeaderClassName
{
color: #4F93DF;
}
.AnyTagClassName
{
color: #4F93DF;
}
</style>
background-color css
<style>
a { background-color: #4F93DF; }
a { background-color: rgb(79,147,223); }
div.DivClassName
{
background-color: #4F93DF;
}
.BgClassName
{
background-color: #4F93DF;
}
</style>
border-color css
<style>
span { border-color: #4F93DF; }
span { border-color: rgb(79,147,223); }
td.TdClassName
{
border-color: #4F93DF;
}
.TagClassName
{
border-color: #4F93DF;
}
</style>