Shades of Picton Blue #4FADDE
Tints of Picton Blue #4FADDE
RGB
CMYK
RGB Variations
Color information
#4FADDE (or 0x4FADDE) is known color: Picton Blue. HEX triplet: 4F, AD and DE. RGB value is (79,173,222). Sum of RGB (Red+Green+Blue) = 79+173+222=474 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.67% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #4FADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADDE is #B05221. Grayscale: #969696. Windows color (decimal): -11555362 or 14593359. OLE color: 14593359.
HSL color Cylindrical-coordinate representation of color #4FADDE: hue angle of 200.56º 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 #4FADDE is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 173 | 222 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.13 |
| HSL | 200.56º | 0.68% | 0.59% | - |
| HSV(B) | 200.56º | 0.64% | 0.87% | - |
| XYZ | 31.35 | 36.82 | 74.56 | - |
| YUV | 150.48 | 168.36 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 222 | 0.64 | 0.22 | 0 | 0.13 | 200.56 | 0.68 | 0.59 |
| Hex | 4F | AD | DE | 40 | 16 | 0 | D | C9 | 44 | 3B |
| Octal | 117 | 255 | 336 | 100 | 26 | 0 | 15 | 311 | 104 | 73 |
| Binary | 1001111 | 10101101 | 11011110 | 1000000 | 10110 | 0 | 1101 | 11001001 | 1000100 | 111011 |
Color Harmonies of #4FADDE
Complementary color
Monochromatic Colors of #4FADDE
Black with #4FADDE
Text Example
Text Example
White with #4FADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADDE; }
p { color: rgb(79,173,222); }
H1.HeaderClassName
{
color: #4FADDE;
}
.AnyTagClassName
{
color: #4FADDE;
}
</style>
background-color css
<style>
a { background-color: #4FADDE; }
a { background-color: rgb(79,173,222); }
div.DivClassName
{
background-color: #4FADDE;
}
.BgClassName
{
background-color: #4FADDE;
}
</style>
border-color css
<style>
span { border-color: #4FADDE; }
span { border-color: rgb(79,173,222); }
td.TdClassName
{
border-color: #4FADDE;
}
.TagClassName
{
border-color: #4FADDE;
}
</style>