Shades of Picton Blue #4FACDE
Tints of Picton Blue #4FACDE
RGB
CMYK
RGB Variations
Color information
#4FACDE (or 0x4FACDE) is known color: Picton Blue. HEX triplet: 4F, AC and DE. RGB value is (79,172,222). Sum of RGB (Red+Green+Blue) = 79+172+222=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #4FACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACDE is #B05321. Grayscale: #959595. Windows color (decimal): -11555618 or 14593103. OLE color: 14593103.
HSL color Cylindrical-coordinate representation of color #4FACDE: hue angle of 200.98º 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 #4FACDE is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 172 | 222 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.13 |
| HSL | 200.98º | 0.68% | 0.59% | - |
| HSV(B) | 200.98º | 0.64% | 0.87% | - |
| XYZ | 31.16 | 36.44 | 74.5 | - |
| YUV | 149.89 | 168.69 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 222 | 0.64 | 0.23 | 0 | 0.13 | 200.98 | 0.68 | 0.59 |
| Hex | 4F | AC | DE | 40 | 17 | 0 | D | C9 | 44 | 3B |
| Octal | 117 | 254 | 336 | 100 | 27 | 0 | 15 | 311 | 104 | 73 |
| Binary | 1001111 | 10101100 | 11011110 | 1000000 | 10111 | 0 | 1101 | 11001001 | 1000100 | 111011 |
Color Harmonies of #4FACDE
Complementary color
Monochromatic Colors of #4FACDE
Black with #4FACDE
Text Example
Text Example
White with #4FACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACDE; }
p { color: rgb(79,172,222); }
H1.HeaderClassName
{
color: #4FACDE;
}
.AnyTagClassName
{
color: #4FACDE;
}
</style>
background-color css
<style>
a { background-color: #4FACDE; }
a { background-color: rgb(79,172,222); }
div.DivClassName
{
background-color: #4FACDE;
}
.BgClassName
{
background-color: #4FACDE;
}
</style>
border-color css
<style>
span { border-color: #4FACDE; }
span { border-color: rgb(79,172,222); }
td.TdClassName
{
border-color: #4FACDE;
}
.TagClassName
{
border-color: #4FACDE;
}
</style>