Shades of Picton Blue #4FA2DD
Tints of Picton Blue #4FA2DD
RGB
CMYK
RGB Variations
Color information
#4FA2DD (or 0x4FA2DD) is known color: Picton Blue. HEX triplet: 4F, A2 and DD. RGB value is (79,162,221). Sum of RGB (Red+Green+Blue) = 79+162+221=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FA2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA2DD is #B05D22. Grayscale: #8F8F8F. Windows color (decimal): -11558179 or 14525007. OLE color: 14525007.
HSL color Cylindrical-coordinate representation of color #4FA2DD: hue angle of 204.93º 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 #4FA2DD is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 162 | 221 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.13 |
| HSL | 204.93º | 0.68% | 0.59% | - |
| HSV(B) | 204.93º | 0.64% | 0.87% | - |
| XYZ | 29.2 | 32.72 | 73.18 | - |
| YUV | 143.91 | 171.5 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 221 | 0.64 | 0.27 | 0 | 0.13 | 204.93 | 0.68 | 0.59 |
| Hex | 4F | A2 | DD | 40 | 1B | 0 | D | CD | 44 | 3B |
| Octal | 117 | 242 | 335 | 100 | 33 | 0 | 15 | 315 | 104 | 73 |
| Binary | 1001111 | 10100010 | 11011101 | 1000000 | 11011 | 0 | 1101 | 11001101 | 1000100 | 111011 |
Color Harmonies of #4FA2DD
Complementary color
Monochromatic Colors of #4FA2DD
Black with #4FA2DD
Text Example
Text Example
White with #4FA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA2DD; }
p { color: rgb(79,162,221); }
H1.HeaderClassName
{
color: #4FA2DD;
}
.AnyTagClassName
{
color: #4FA2DD;
}
</style>
background-color css
<style>
a { background-color: #4FA2DD; }
a { background-color: rgb(79,162,221); }
div.DivClassName
{
background-color: #4FA2DD;
}
.BgClassName
{
background-color: #4FA2DD;
}
</style>
border-color css
<style>
span { border-color: #4FA2DD; }
span { border-color: rgb(79,162,221); }
td.TdClassName
{
border-color: #4FA2DD;
}
.TagClassName
{
border-color: #4FA2DD;
}
</style>