Shades of Picton Blue #4FA0D1
Tints of Picton Blue #4FA0D1
RGB
CMYK
RGB Variations
Color information
#4FA0D1 (or 0x4FA0D1) is known color: Picton Blue. HEX triplet: 4F, A0 and D1. RGB value is (79,160,209). Sum of RGB (Red+Green+Blue) = 79+160+209=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #4FA0D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA0D1 is #B05F2E. Grayscale: #8D8D8D. Windows color (decimal): -11558703 or 13738063. OLE color: 13738063.
HSL color Cylindrical-coordinate representation of color #4FA0D1: hue angle of 202.62º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FA0D1 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 160 | 209 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.18 |
| HSL | 202.62º | 0.59% | 0.56% | - |
| HSV(B) | 202.62º | 0.62% | 0.82% | - |
| XYZ | 27.3 | 31.41 | 64.94 | - |
| YUV | 141.37 | 166.16 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 209 | 0.62 | 0.23 | 0 | 0.18 | 202.62 | 0.59 | 0.56 |
| Hex | 4F | A0 | D1 | 3E | 17 | 0 | 12 | CB | 3B | 38 |
| Octal | 117 | 240 | 321 | 76 | 27 | 0 | 22 | 313 | 73 | 70 |
| Binary | 1001111 | 10100000 | 11010001 | 111110 | 10111 | 0 | 10010 | 11001011 | 111011 | 111000 |
Color Harmonies of #4FA0D1
Complementary color
Monochromatic Colors of #4FA0D1
Black with #4FA0D1
Text Example
Text Example
White with #4FA0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA0D1; }
p { color: rgb(79,160,209); }
H1.HeaderClassName
{
color: #4FA0D1;
}
.AnyTagClassName
{
color: #4FA0D1;
}
</style>
background-color css
<style>
a { background-color: #4FA0D1; }
a { background-color: rgb(79,160,209); }
div.DivClassName
{
background-color: #4FA0D1;
}
.BgClassName
{
background-color: #4FA0D1;
}
</style>
border-color css
<style>
span { border-color: #4FA0D1; }
span { border-color: rgb(79,160,209); }
td.TdClassName
{
border-color: #4FA0D1;
}
.TagClassName
{
border-color: #4FA0D1;
}
</style>