Shades of Picton Blue #4FADDF
Tints of Picton Blue #4FADDF
RGB
CMYK
RGB Variations
Color information
#4FADDF (or 0x4FADDF) is known color: Picton Blue. HEX triplet: 4F, AD and DF. RGB value is (79,173,223). Sum of RGB (Red+Green+Blue) = 79+173+223=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADDF is #B05220. Grayscale: #969696. Windows color (decimal): -11555361 or 14658895. OLE color: 14658895.
HSL color Cylindrical-coordinate representation of color #4FADDF: hue angle of 200.83º 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 #4FADDF is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 173 | 223 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.13 |
| HSL | 200.83º | 0.69% | 0.59% | - |
| HSV(B) | 200.83º | 0.65% | 0.87% | - |
| XYZ | 31.49 | 36.88 | 75.27 | - |
| YUV | 150.59 | 168.86 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 223 | 0.65 | 0.22 | 0 | 0.13 | 200.83 | 0.69 | 0.59 |
| Hex | 4F | AD | DF | 41 | 16 | 0 | D | C9 | 45 | 3B |
| Octal | 117 | 255 | 337 | 101 | 26 | 0 | 15 | 311 | 105 | 73 |
| Binary | 1001111 | 10101101 | 11011111 | 1000001 | 10110 | 0 | 1101 | 11001001 | 1000101 | 111011 |
Color Harmonies of #4FADDF
Complementary color
Monochromatic Colors of #4FADDF
Black with #4FADDF
Text Example
Text Example
White with #4FADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADDF; }
p { color: rgb(79,173,223); }
H1.HeaderClassName
{
color: #4FADDF;
}
.AnyTagClassName
{
color: #4FADDF;
}
</style>
background-color css
<style>
a { background-color: #4FADDF; }
a { background-color: rgb(79,173,223); }
div.DivClassName
{
background-color: #4FADDF;
}
.BgClassName
{
background-color: #4FADDF;
}
</style>
border-color css
<style>
span { border-color: #4FADDF; }
span { border-color: rgb(79,173,223); }
td.TdClassName
{
border-color: #4FADDF;
}
.TagClassName
{
border-color: #4FADDF;
}
</style>