Shades of Picton Blue #4FABDA
Tints of Picton Blue #4FABDA
RGB
CMYK
RGB Variations
Color information
#4FABDA (or 0x4FABDA) is known color: Picton Blue. HEX triplet: 4F, AB and DA. RGB value is (79,171,218). Sum of RGB (Red+Green+Blue) = 79+171+218=468 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.88% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #4FABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABDA is #B05425. Grayscale: #949494. Windows color (decimal): -11555878 or 14330703. OLE color: 14330703.
HSL color Cylindrical-coordinate representation of color #4FABDA: hue angle of 200.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FABDA is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 171 | 218 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.15 |
| HSL | 200.29º | 0.65% | 0.58% | - |
| HSV(B) | 200.29º | 0.64% | 0.85% | - |
| XYZ | 30.44 | 35.85 | 71.64 | - |
| YUV | 148.85 | 167.02 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 218 | 0.64 | 0.22 | 0 | 0.15 | 200.29 | 0.65 | 0.58 |
| Hex | 4F | AB | DA | 40 | 16 | 0 | F | C8 | 41 | 3A |
| Octal | 117 | 253 | 332 | 100 | 26 | 0 | 17 | 310 | 101 | 72 |
| Binary | 1001111 | 10101011 | 11011010 | 1000000 | 10110 | 0 | 1111 | 11001000 | 1000001 | 111010 |
Color Harmonies of #4FABDA
Complementary color
Monochromatic Colors of #4FABDA
Black with #4FABDA
Text Example
Text Example
White with #4FABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABDA; }
p { color: rgb(79,171,218); }
H1.HeaderClassName
{
color: #4FABDA;
}
.AnyTagClassName
{
color: #4FABDA;
}
</style>
background-color css
<style>
a { background-color: #4FABDA; }
a { background-color: rgb(79,171,218); }
div.DivClassName
{
background-color: #4FABDA;
}
.BgClassName
{
background-color: #4FABDA;
}
</style>
border-color css
<style>
span { border-color: #4FABDA; }
span { border-color: rgb(79,171,218); }
td.TdClassName
{
border-color: #4FABDA;
}
.TagClassName
{
border-color: #4FABDA;
}
</style>