Shades of Picton Blue #4FADDC
Tints of Picton Blue #4FADDC
RGB
CMYK
RGB Variations
Color information
#4FADDC (or 0x4FADDC) is known color: Picton Blue. HEX triplet: 4F, AD and DC. RGB value is (79,173,220). Sum of RGB (Red+Green+Blue) = 79+173+220=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADDC is #B05223. Grayscale: #959595. Windows color (decimal): -11555364 or 14462287. OLE color: 14462287.
HSL color Cylindrical-coordinate representation of color #4FADDC: hue angle of 200º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FADDC is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 173 | 220 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.14 |
| HSL | 200º | 0.67% | 0.59% | - |
| HSV(B) | 200º | 0.64% | 0.86% | - |
| XYZ | 31.09 | 36.72 | 73.16 | - |
| YUV | 150.25 | 167.36 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 220 | 0.64 | 0.21 | 0 | 0.14 | 200 | 0.67 | 0.59 |
| Hex | 4F | AD | DC | 40 | 15 | 0 | E | C8 | 43 | 3B |
| Octal | 117 | 255 | 334 | 100 | 25 | 0 | 16 | 310 | 103 | 73 |
| Binary | 1001111 | 10101101 | 11011100 | 1000000 | 10101 | 0 | 1110 | 11001000 | 1000011 | 111011 |
Color Harmonies of #4FADDC
Complementary color
Monochromatic Colors of #4FADDC
Black with #4FADDC
Text Example
Text Example
White with #4FADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADDC; }
p { color: rgb(79,173,220); }
H1.HeaderClassName
{
color: #4FADDC;
}
.AnyTagClassName
{
color: #4FADDC;
}
</style>
background-color css
<style>
a { background-color: #4FADDC; }
a { background-color: rgb(79,173,220); }
div.DivClassName
{
background-color: #4FADDC;
}
.BgClassName
{
background-color: #4FADDC;
}
</style>
border-color css
<style>
span { border-color: #4FADDC; }
span { border-color: rgb(79,173,220); }
td.TdClassName
{
border-color: #4FADDC;
}
.TagClassName
{
border-color: #4FADDC;
}
</style>