Shades of Picton Blue #4FABDF
Tints of Picton Blue #4FABDF
RGB
CMYK
RGB Variations
Color information
#4FABDF (or 0x4FABDF) is known color: Picton Blue. HEX triplet: 4F, AB and DF. RGB value is (79,171,223). Sum of RGB (Red+Green+Blue) = 79+171+223=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABDF is #B05420. Grayscale: #959595. Windows color (decimal): -11555873 or 14658383. OLE color: 14658383.
HSL color Cylindrical-coordinate representation of color #4FABDF: hue angle of 201.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 #4FABDF is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 171 | 223 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.13 |
| HSL | 201.67º | 0.69% | 0.59% | - |
| HSV(B) | 201.67º | 0.65% | 0.87% | - |
| XYZ | 31.11 | 36.12 | 75.14 | - |
| YUV | 149.42 | 169.52 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 223 | 0.65 | 0.23 | 0 | 0.13 | 201.67 | 0.69 | 0.59 |
| Hex | 4F | AB | DF | 41 | 17 | 0 | D | CA | 45 | 3B |
| Octal | 117 | 253 | 337 | 101 | 27 | 0 | 15 | 312 | 105 | 73 |
| Binary | 1001111 | 10101011 | 11011111 | 1000001 | 10111 | 0 | 1101 | 11001010 | 1000101 | 111011 |
Color Harmonies of #4FABDF
Complementary color
Monochromatic Colors of #4FABDF
Black with #4FABDF
Text Example
Text Example
White with #4FABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABDF; }
p { color: rgb(79,171,223); }
H1.HeaderClassName
{
color: #4FABDF;
}
.AnyTagClassName
{
color: #4FABDF;
}
</style>
background-color css
<style>
a { background-color: #4FABDF; }
a { background-color: rgb(79,171,223); }
div.DivClassName
{
background-color: #4FABDF;
}
.BgClassName
{
background-color: #4FABDF;
}
</style>
border-color css
<style>
span { border-color: #4FABDF; }
span { border-color: rgb(79,171,223); }
td.TdClassName
{
border-color: #4FABDF;
}
.TagClassName
{
border-color: #4FABDF;
}
</style>