Shades of Picton Blue #4FACDD
Tints of Picton Blue #4FACDD
RGB
CMYK
RGB Variations
Color information
#4FACDD (or 0x4FACDD) is known color: Picton Blue. HEX triplet: 4F, AC and DD. RGB value is (79,172,221). Sum of RGB (Red+Green+Blue) = 79+172+221=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACDD is #B05322. Grayscale: #959595. Windows color (decimal): -11555619 or 14527567. OLE color: 14527567.
HSL color Cylindrical-coordinate representation of color #4FACDD: hue angle of 200.7º 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 #4FACDD is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 172 | 221 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.13 |
| HSL | 200.7º | 0.68% | 0.59% | - |
| HSV(B) | 200.7º | 0.64% | 0.87% | - |
| XYZ | 31.03 | 36.39 | 73.79 | - |
| YUV | 149.78 | 168.19 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 221 | 0.64 | 0.22 | 0 | 0.13 | 200.7 | 0.68 | 0.59 |
| Hex | 4F | AC | DD | 40 | 16 | 0 | D | C9 | 44 | 3B |
| Octal | 117 | 254 | 335 | 100 | 26 | 0 | 15 | 311 | 104 | 73 |
| Binary | 1001111 | 10101100 | 11011101 | 1000000 | 10110 | 0 | 1101 | 11001001 | 1000100 | 111011 |
Color Harmonies of #4FACDD
Complementary color
Monochromatic Colors of #4FACDD
Black with #4FACDD
Text Example
Text Example
White with #4FACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACDD; }
p { color: rgb(79,172,221); }
H1.HeaderClassName
{
color: #4FACDD;
}
.AnyTagClassName
{
color: #4FACDD;
}
</style>
background-color css
<style>
a { background-color: #4FACDD; }
a { background-color: rgb(79,172,221); }
div.DivClassName
{
background-color: #4FACDD;
}
.BgClassName
{
background-color: #4FACDD;
}
</style>
border-color css
<style>
span { border-color: #4FACDD; }
span { border-color: rgb(79,172,221); }
td.TdClassName
{
border-color: #4FACDD;
}
.TagClassName
{
border-color: #4FACDD;
}
</style>