Shades of Picton Blue #4FAADD
Tints of Picton Blue #4FAADD
RGB
CMYK
RGB Variations
Color information
#4FAADD (or 0x4FAADD) is known color: Picton Blue. HEX triplet: 4F, AA and DD. RGB value is (79,170,221). Sum of RGB (Red+Green+Blue) = 79+170+221=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAADD is #B05522. Grayscale: #949494. Windows color (decimal): -11556131 or 14527055. OLE color: 14527055.
HSL color Cylindrical-coordinate representation of color #4FAADD: hue angle of 201.55º 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 #4FAADD is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 170 | 221 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.13 |
| HSL | 201.55º | 0.68% | 0.59% | - |
| HSV(B) | 201.55º | 0.64% | 0.87% | - |
| XYZ | 30.65 | 35.63 | 73.67 | - |
| YUV | 148.61 | 168.85 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 221 | 0.64 | 0.23 | 0 | 0.13 | 201.55 | 0.68 | 0.59 |
| Hex | 4F | AA | DD | 40 | 17 | 0 | D | CA | 44 | 3B |
| Octal | 117 | 252 | 335 | 100 | 27 | 0 | 15 | 312 | 104 | 73 |
| Binary | 1001111 | 10101010 | 11011101 | 1000000 | 10111 | 0 | 1101 | 11001010 | 1000100 | 111011 |
Color Harmonies of #4FAADD
Complementary color
Monochromatic Colors of #4FAADD
Black with #4FAADD
Text Example
Text Example
White with #4FAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAADD; }
p { color: rgb(79,170,221); }
H1.HeaderClassName
{
color: #4FAADD;
}
.AnyTagClassName
{
color: #4FAADD;
}
</style>
background-color css
<style>
a { background-color: #4FAADD; }
a { background-color: rgb(79,170,221); }
div.DivClassName
{
background-color: #4FAADD;
}
.BgClassName
{
background-color: #4FAADD;
}
</style>
border-color css
<style>
span { border-color: #4FAADD; }
span { border-color: rgb(79,170,221); }
td.TdClassName
{
border-color: #4FAADD;
}
.TagClassName
{
border-color: #4FAADD;
}
</style>