Shades of Picton Blue #4FA7D1
Tints of Picton Blue #4FA7D1
RGB
CMYK
RGB Variations
Color information
#4FA7D1 (or 0x4FA7D1) is known color: Picton Blue. HEX triplet: 4F, A7 and D1. RGB value is (79,167,209). Sum of RGB (Red+Green+Blue) = 79+167+209=455 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.36% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #4FA7D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA7D1 is #B0582E. Grayscale: #919191. Windows color (decimal): -11556911 or 13739855. OLE color: 13739855.
HSL color Cylindrical-coordinate representation of color #4FA7D1: hue angle of 199.38º 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 #4FA7D1 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 167 | 209 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.18 |
| HSL | 199.38º | 0.59% | 0.56% | - |
| HSV(B) | 199.38º | 0.62% | 0.82% | - |
| XYZ | 28.55 | 33.9 | 65.36 | - |
| YUV | 145.48 | 163.85 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 167 | 209 | 0.62 | 0.20 | 0 | 0.18 | 199.38 | 0.59 | 0.56 |
| Hex | 4F | A7 | D1 | 3E | 14 | 0 | 12 | C7 | 3B | 38 |
| Octal | 117 | 247 | 321 | 76 | 24 | 0 | 22 | 307 | 73 | 70 |
| Binary | 1001111 | 10100111 | 11010001 | 111110 | 10100 | 0 | 10010 | 11000111 | 111011 | 111000 |
Color Harmonies of #4FA7D1
Complementary color
Monochromatic Colors of #4FA7D1
Black with #4FA7D1
Text Example
Text Example
White with #4FA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA7D1; }
p { color: rgb(79,167,209); }
H1.HeaderClassName
{
color: #4FA7D1;
}
.AnyTagClassName
{
color: #4FA7D1;
}
</style>
background-color css
<style>
a { background-color: #4FA7D1; }
a { background-color: rgb(79,167,209); }
div.DivClassName
{
background-color: #4FA7D1;
}
.BgClassName
{
background-color: #4FA7D1;
}
</style>
border-color css
<style>
span { border-color: #4FA7D1; }
span { border-color: rgb(79,167,209); }
td.TdClassName
{
border-color: #4FA7D1;
}
.TagClassName
{
border-color: #4FA7D1;
}
</style>