Shades of Picton Blue #4FADDA
Tints of Picton Blue #4FADDA
RGB
CMYK
RGB Variations
Color information
#4FADDA (or 0x4FADDA) is known color: Picton Blue. HEX triplet: 4F, AD and DA. RGB value is (79,173,218). Sum of RGB (Red+Green+Blue) = 79+173+218=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #4FADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADDA is #B05225. Grayscale: #959595. Windows color (decimal): -11555366 or 14331215. OLE color: 14331215.
HSL color Cylindrical-coordinate representation of color #4FADDA: hue angle of 199.42º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FADDA is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 173 | 218 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.15 |
| HSL | 199.42º | 0.65% | 0.58% | - |
| HSV(B) | 199.42º | 0.64% | 0.85% | - |
| XYZ | 30.82 | 36.61 | 71.77 | - |
| YUV | 150.02 | 166.36 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 218 | 0.64 | 0.21 | 0 | 0.15 | 199.42 | 0.65 | 0.58 |
| Hex | 4F | AD | DA | 40 | 15 | 0 | F | C7 | 41 | 3A |
| Octal | 117 | 255 | 332 | 100 | 25 | 0 | 17 | 307 | 101 | 72 |
| Binary | 1001111 | 10101101 | 11011010 | 1000000 | 10101 | 0 | 1111 | 11000111 | 1000001 | 111010 |
Color Harmonies of #4FADDA
Complementary color
Monochromatic Colors of #4FADDA
Black with #4FADDA
Text Example
Text Example
White with #4FADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADDA; }
p { color: rgb(79,173,218); }
H1.HeaderClassName
{
color: #4FADDA;
}
.AnyTagClassName
{
color: #4FADDA;
}
</style>
background-color css
<style>
a { background-color: #4FADDA; }
a { background-color: rgb(79,173,218); }
div.DivClassName
{
background-color: #4FADDA;
}
.BgClassName
{
background-color: #4FADDA;
}
</style>
border-color css
<style>
span { border-color: #4FADDA; }
span { border-color: rgb(79,173,218); }
td.TdClassName
{
border-color: #4FADDA;
}
.TagClassName
{
border-color: #4FADDA;
}
</style>