Shades of Picton Blue #4FA9DF
Tints of Picton Blue #4FA9DF
RGB
CMYK
RGB Variations
Color information
#4FA9DF (or 0x4FA9DF) is known color: Picton Blue. HEX triplet: 4F, A9 and DF. RGB value is (79,169,223). Sum of RGB (Red+Green+Blue) = 79+169+223=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FA9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA9DF is #B05620. Grayscale: #939393. Windows color (decimal): -11556385 or 14657871. OLE color: 14657871.
HSL color Cylindrical-coordinate representation of color #4FA9DF: hue angle of 202.5º 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 #4FA9DF is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 169 | 223 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.13 |
| HSL | 202.5º | 0.69% | 0.59% | - |
| HSV(B) | 202.5º | 0.65% | 0.87% | - |
| XYZ | 30.73 | 35.37 | 75.02 | - |
| YUV | 148.25 | 170.18 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 169 | 223 | 0.65 | 0.24 | 0 | 0.13 | 202.5 | 0.69 | 0.59 |
| Hex | 4F | A9 | DF | 41 | 18 | 0 | D | CA | 45 | 3B |
| Octal | 117 | 251 | 337 | 101 | 30 | 0 | 15 | 312 | 105 | 73 |
| Binary | 1001111 | 10101001 | 11011111 | 1000001 | 11000 | 0 | 1101 | 11001010 | 1000101 | 111011 |
Color Harmonies of #4FA9DF
Complementary color
Monochromatic Colors of #4FA9DF
Black with #4FA9DF
Text Example
Text Example
White with #4FA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA9DF; }
p { color: rgb(79,169,223); }
H1.HeaderClassName
{
color: #4FA9DF;
}
.AnyTagClassName
{
color: #4FA9DF;
}
</style>
background-color css
<style>
a { background-color: #4FA9DF; }
a { background-color: rgb(79,169,223); }
div.DivClassName
{
background-color: #4FA9DF;
}
.BgClassName
{
background-color: #4FA9DF;
}
</style>
border-color css
<style>
span { border-color: #4FA9DF; }
span { border-color: rgb(79,169,223); }
td.TdClassName
{
border-color: #4FA9DF;
}
.TagClassName
{
border-color: #4FA9DF;
}
</style>