Shades of Picton Blue #4FACDF
Tints of Picton Blue #4FACDF
RGB
CMYK
RGB Variations
Color information
#4FACDF (or 0x4FACDF) is known color: Picton Blue. HEX triplet: 4F, AC and DF. RGB value is (79,172,223). Sum of RGB (Red+Green+Blue) = 79+172+223=474 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.67% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACDF is #B05320. Grayscale: #959595. Windows color (decimal): -11555617 or 14658639. OLE color: 14658639.
HSL color Cylindrical-coordinate representation of color #4FACDF: hue angle of 201.25º 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 #4FACDF is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 172 | 223 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.13 |
| HSL | 201.25º | 0.69% | 0.59% | - |
| HSV(B) | 201.25º | 0.65% | 0.87% | - |
| XYZ | 31.3 | 36.5 | 75.21 | - |
| YUV | 150.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 223 | 0.65 | 0.23 | 0 | 0.13 | 201.25 | 0.69 | 0.59 |
| Hex | 4F | AC | DF | 41 | 17 | 0 | D | C9 | 45 | 3B |
| Octal | 117 | 254 | 337 | 101 | 27 | 0 | 15 | 311 | 105 | 73 |
| Binary | 1001111 | 10101100 | 11011111 | 1000001 | 10111 | 0 | 1101 | 11001001 | 1000101 | 111011 |
Color Harmonies of #4FACDF
Complementary color
Monochromatic Colors of #4FACDF
Black with #4FACDF
Text Example
Text Example
White with #4FACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACDF; }
p { color: rgb(79,172,223); }
H1.HeaderClassName
{
color: #4FACDF;
}
.AnyTagClassName
{
color: #4FACDF;
}
</style>
background-color css
<style>
a { background-color: #4FACDF; }
a { background-color: rgb(79,172,223); }
div.DivClassName
{
background-color: #4FACDF;
}
.BgClassName
{
background-color: #4FACDF;
}
</style>
border-color css
<style>
span { border-color: #4FACDF; }
span { border-color: rgb(79,172,223); }
td.TdClassName
{
border-color: #4FACDF;
}
.TagClassName
{
border-color: #4FACDF;
}
</style>