Shades of Picton Blue #4FAEDD
Tints of Picton Blue #4FAEDD
RGB
CMYK
RGB Variations
Color information
#4FAEDD (or 0x4FAEDD) is known color: Picton Blue. HEX triplet: 4F, AE and DD. RGB value is (79,174,221). Sum of RGB (Red+Green+Blue) = 79+174+221=474 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.67% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAEDD is #B05122. Grayscale: #969696. Windows color (decimal): -11555107 or 14528079. OLE color: 14528079.
HSL color Cylindrical-coordinate representation of color #4FAEDD: hue angle of 199.86º 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 #4FAEDD is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 174 | 221 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.13 |
| HSL | 199.86º | 0.68% | 0.59% | - |
| HSV(B) | 199.86º | 0.64% | 0.87% | - |
| XYZ | 31.41 | 37.15 | 73.92 | - |
| YUV | 150.95 | 167.53 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 221 | 0.64 | 0.21 | 0 | 0.13 | 199.86 | 0.68 | 0.59 |
| Hex | 4F | AE | DD | 40 | 15 | 0 | D | C8 | 44 | 3B |
| Octal | 117 | 256 | 335 | 100 | 25 | 0 | 15 | 310 | 104 | 73 |
| Binary | 1001111 | 10101110 | 11011101 | 1000000 | 10101 | 0 | 1101 | 11001000 | 1000100 | 111011 |
Color Harmonies of #4FAEDD
Complementary color
Monochromatic Colors of #4FAEDD
Black with #4FAEDD
Text Example
Text Example
White with #4FAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAEDD; }
p { color: rgb(79,174,221); }
H1.HeaderClassName
{
color: #4FAEDD;
}
.AnyTagClassName
{
color: #4FAEDD;
}
</style>
background-color css
<style>
a { background-color: #4FAEDD; }
a { background-color: rgb(79,174,221); }
div.DivClassName
{
background-color: #4FAEDD;
}
.BgClassName
{
background-color: #4FAEDD;
}
</style>
border-color css
<style>
span { border-color: #4FAEDD; }
span { border-color: rgb(79,174,221); }
td.TdClassName
{
border-color: #4FAEDD;
}
.TagClassName
{
border-color: #4FAEDD;
}
</style>