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