Shades of Picton Blue #4FADDB
Tints of Picton Blue #4FADDB
RGB
CMYK
RGB Variations
Color information
#4FADDB (or 0x4FADDB) is known color: Picton Blue. HEX triplet: 4F, AD and DB. RGB value is (79,173,219). Sum of RGB (Red+Green+Blue) = 79+173+219=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADDB is #B05224. Grayscale: #959595. Windows color (decimal): -11555365 or 14396751. OLE color: 14396751.
HSL color Cylindrical-coordinate representation of color #4FADDB: hue angle of 199.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FADDB is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 173 | 219 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.14 |
| HSL | 199.71º | 0.66% | 0.58% | - |
| HSV(B) | 199.71º | 0.64% | 0.86% | - |
| XYZ | 30.95 | 36.66 | 72.46 | - |
| YUV | 150.14 | 166.86 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 219 | 0.64 | 0.21 | 0 | 0.14 | 199.71 | 0.66 | 0.58 |
| Hex | 4F | AD | DB | 40 | 15 | 0 | E | C8 | 42 | 3A |
| Octal | 117 | 255 | 333 | 100 | 25 | 0 | 16 | 310 | 102 | 72 |
| Binary | 1001111 | 10101101 | 11011011 | 1000000 | 10101 | 0 | 1110 | 11001000 | 1000010 | 111010 |
Color Harmonies of #4FADDB
Complementary color
Monochromatic Colors of #4FADDB
Black with #4FADDB
Text Example
Text Example
White with #4FADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADDB; }
p { color: rgb(79,173,219); }
H1.HeaderClassName
{
color: #4FADDB;
}
.AnyTagClassName
{
color: #4FADDB;
}
</style>
background-color css
<style>
a { background-color: #4FADDB; }
a { background-color: rgb(79,173,219); }
div.DivClassName
{
background-color: #4FADDB;
}
.BgClassName
{
background-color: #4FADDB;
}
</style>
border-color css
<style>
span { border-color: #4FADDB; }
span { border-color: rgb(79,173,219); }
td.TdClassName
{
border-color: #4FADDB;
}
.TagClassName
{
border-color: #4FADDB;
}
</style>