Shades of Picton Blue #4FACDB
Tints of Picton Blue #4FACDB
RGB
CMYK
RGB Variations
Color information
#4FACDB (or 0x4FACDB) is known color: Picton Blue. HEX triplet: 4F, AC and DB. RGB value is (79,172,219). Sum of RGB (Red+Green+Blue) = 79+172+219=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACDB is #B05324. Grayscale: #959595. Windows color (decimal): -11555621 or 14396495. OLE color: 14396495.
HSL color Cylindrical-coordinate representation of color #4FACDB: hue angle of 200.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FACDB is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 172 | 219 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.14 |
| HSL | 200.14º | 0.66% | 0.58% | - |
| HSV(B) | 200.14º | 0.64% | 0.86% | - |
| XYZ | 30.76 | 36.28 | 72.4 | - |
| YUV | 149.55 | 167.19 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 219 | 0.64 | 0.21 | 0 | 0.14 | 200.14 | 0.66 | 0.58 |
| Hex | 4F | AC | DB | 40 | 15 | 0 | E | C8 | 42 | 3A |
| Octal | 117 | 254 | 333 | 100 | 25 | 0 | 16 | 310 | 102 | 72 |
| Binary | 1001111 | 10101100 | 11011011 | 1000000 | 10101 | 0 | 1110 | 11001000 | 1000010 | 111010 |
Color Harmonies of #4FACDB
Complementary color
Monochromatic Colors of #4FACDB
Black with #4FACDB
Text Example
Text Example
White with #4FACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACDB; }
p { color: rgb(79,172,219); }
H1.HeaderClassName
{
color: #4FACDB;
}
.AnyTagClassName
{
color: #4FACDB;
}
</style>
background-color css
<style>
a { background-color: #4FACDB; }
a { background-color: rgb(79,172,219); }
div.DivClassName
{
background-color: #4FACDB;
}
.BgClassName
{
background-color: #4FACDB;
}
</style>
border-color css
<style>
span { border-color: #4FACDB; }
span { border-color: rgb(79,172,219); }
td.TdClassName
{
border-color: #4FACDB;
}
.TagClassName
{
border-color: #4FACDB;
}
</style>