Shades of Picton Blue #4FABDD
Tints of Picton Blue #4FABDD
RGB
CMYK
RGB Variations
Color information
#4FABDD (or 0x4FABDD) is known color: Picton Blue. HEX triplet: 4F, AB and DD. RGB value is (79,171,221). Sum of RGB (Red+Green+Blue) = 79+171+221=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABDD is #B05422. Grayscale: #949494. Windows color (decimal): -11555875 or 14527311. OLE color: 14527311.
HSL color Cylindrical-coordinate representation of color #4FABDD: hue angle of 201.13º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FABDD is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 171 | 221 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.13 |
| HSL | 201.13º | 0.68% | 0.59% | - |
| HSV(B) | 201.13º | 0.64% | 0.87% | - |
| XYZ | 30.84 | 36.01 | 73.73 | - |
| YUV | 149.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 221 | 0.64 | 0.23 | 0 | 0.13 | 201.13 | 0.68 | 0.59 |
| Hex | 4F | AB | DD | 40 | 17 | 0 | D | C9 | 44 | 3B |
| Octal | 117 | 253 | 335 | 100 | 27 | 0 | 15 | 311 | 104 | 73 |
| Binary | 1001111 | 10101011 | 11011101 | 1000000 | 10111 | 0 | 1101 | 11001001 | 1000100 | 111011 |
Color Harmonies of #4FABDD
Complementary color
Monochromatic Colors of #4FABDD
Black with #4FABDD
Text Example
Text Example
White with #4FABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABDD; }
p { color: rgb(79,171,221); }
H1.HeaderClassName
{
color: #4FABDD;
}
.AnyTagClassName
{
color: #4FABDD;
}
</style>
background-color css
<style>
a { background-color: #4FABDD; }
a { background-color: rgb(79,171,221); }
div.DivClassName
{
background-color: #4FABDD;
}
.BgClassName
{
background-color: #4FABDD;
}
</style>
border-color css
<style>
span { border-color: #4FABDD; }
span { border-color: rgb(79,171,221); }
td.TdClassName
{
border-color: #4FABDD;
}
.TagClassName
{
border-color: #4FABDD;
}
</style>