Shades of Picton Blue #4FA0DF
Tints of Picton Blue #4FA0DF
RGB
CMYK
RGB Variations
Color information
#4FA0DF (or 0x4FA0DF) is known color: Picton Blue. HEX triplet: 4F, A0 and DF. RGB value is (79,160,223). Sum of RGB (Red+Green+Blue) = 79+160+223=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FA0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA0DF is #B05F20. Grayscale: #8E8E8E. Windows color (decimal): -11558689 or 14655567. OLE color: 14655567.
HSL color Cylindrical-coordinate representation of color #4FA0DF: hue angle of 206.25º 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 #4FA0DF is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 160 | 223 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.13 |
| HSL | 206.25º | 0.69% | 0.59% | - |
| HSV(B) | 206.25º | 0.65% | 0.87% | - |
| XYZ | 29.11 | 32.13 | 74.48 | - |
| YUV | 142.96 | 173.16 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 223 | 0.65 | 0.28 | 0 | 0.13 | 206.25 | 0.69 | 0.59 |
| Hex | 4F | A0 | DF | 41 | 1C | 0 | D | CE | 45 | 3B |
| Octal | 117 | 240 | 337 | 101 | 34 | 0 | 15 | 316 | 105 | 73 |
| Binary | 1001111 | 10100000 | 11011111 | 1000001 | 11100 | 0 | 1101 | 11001110 | 1000101 | 111011 |
Color Harmonies of #4FA0DF
Complementary color
Monochromatic Colors of #4FA0DF
Black with #4FA0DF
Text Example
Text Example
White with #4FA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA0DF; }
p { color: rgb(79,160,223); }
H1.HeaderClassName
{
color: #4FA0DF;
}
.AnyTagClassName
{
color: #4FA0DF;
}
</style>
background-color css
<style>
a { background-color: #4FA0DF; }
a { background-color: rgb(79,160,223); }
div.DivClassName
{
background-color: #4FA0DF;
}
.BgClassName
{
background-color: #4FA0DF;
}
</style>
border-color css
<style>
span { border-color: #4FA0DF; }
span { border-color: rgb(79,160,223); }
td.TdClassName
{
border-color: #4FA0DF;
}
.TagClassName
{
border-color: #4FA0DF;
}
</style>