Shades of Picton Blue #4F9DDD
Tints of Picton Blue #4F9DDD
RGB
CMYK
RGB Variations
Color information
#4F9DDD (or 0x4F9DDD) is known color: Picton Blue. HEX triplet: 4F, 9D and DD. RGB value is (79,157,221). Sum of RGB (Red+Green+Blue) = 79+157+221=457 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.29% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F9DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9DDD is #B06222. Grayscale: #8C8C8C. Windows color (decimal): -11559459 or 14523727. OLE color: 14523727.
HSL color Cylindrical-coordinate representation of color #4F9DDD: hue angle of 207.04º 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 #4F9DDD is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 157 | 221 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.13 |
| HSL | 207.04º | 0.68% | 0.59% | - |
| HSV(B) | 207.04º | 0.64% | 0.87% | - |
| XYZ | 28.33 | 31 | 72.9 | - |
| YUV | 140.97 | 173.16 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 157 | 221 | 0.64 | 0.29 | 0 | 0.13 | 207.04 | 0.68 | 0.59 |
| Hex | 4F | 9D | DD | 40 | 1D | 0 | D | CF | 44 | 3B |
| Octal | 117 | 235 | 335 | 100 | 35 | 0 | 15 | 317 | 104 | 73 |
| Binary | 1001111 | 10011101 | 11011101 | 1000000 | 11101 | 0 | 1101 | 11001111 | 1000100 | 111011 |
Color Harmonies of #4F9DDD
Complementary color
Monochromatic Colors of #4F9DDD
Black with #4F9DDD
Text Example
Text Example
White with #4F9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9DDD; }
p { color: rgb(79,157,221); }
H1.HeaderClassName
{
color: #4F9DDD;
}
.AnyTagClassName
{
color: #4F9DDD;
}
</style>
background-color css
<style>
a { background-color: #4F9DDD; }
a { background-color: rgb(79,157,221); }
div.DivClassName
{
background-color: #4F9DDD;
}
.BgClassName
{
background-color: #4F9DDD;
}
</style>
border-color css
<style>
span { border-color: #4F9DDD; }
span { border-color: rgb(79,157,221); }
td.TdClassName
{
border-color: #4F9DDD;
}
.TagClassName
{
border-color: #4F9DDD;
}
</style>