Shades of Picton Blue #4F90DC
Tints of Picton Blue #4F90DC
RGB
CMYK
RGB Variations
Color information
#4F90DC (or 0x4F90DC) is known color: Picton Blue. HEX triplet: 4F, 90 and DC. RGB value is (79,144,220). Sum of RGB (Red+Green+Blue) = 79+144+220=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F90DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F90DC is #B06F23. Grayscale: #848484. Windows color (decimal): -11562788 or 14454863. OLE color: 14454863.
HSL color Cylindrical-coordinate representation of color #4F90DC: hue angle of 212.34º 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 #4F90DC is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 144 | 220 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.14 |
| HSL | 212.34º | 0.67% | 0.59% | - |
| HSV(B) | 212.34º | 0.64% | 0.86% | - |
| XYZ | 26.12 | 26.78 | 71.5 | - |
| YUV | 133.23 | 176.97 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 220 | 0.64 | 0.35 | 0 | 0.14 | 212.34 | 0.67 | 0.59 |
| Hex | 4F | 90 | DC | 40 | 23 | 0 | E | D4 | 43 | 3B |
| Octal | 117 | 220 | 334 | 100 | 43 | 0 | 16 | 324 | 103 | 73 |
| Binary | 1001111 | 10010000 | 11011100 | 1000000 | 100011 | 0 | 1110 | 11010100 | 1000011 | 111011 |
Color Harmonies of #4F90DC
Complementary color
Monochromatic Colors of #4F90DC
Black with #4F90DC
Text Example
Text Example
White with #4F90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F90DC; }
p { color: rgb(79,144,220); }
H1.HeaderClassName
{
color: #4F90DC;
}
.AnyTagClassName
{
color: #4F90DC;
}
</style>
background-color css
<style>
a { background-color: #4F90DC; }
a { background-color: rgb(79,144,220); }
div.DivClassName
{
background-color: #4F90DC;
}
.BgClassName
{
background-color: #4F90DC;
}
</style>
border-color css
<style>
span { border-color: #4F90DC; }
span { border-color: rgb(79,144,220); }
td.TdClassName
{
border-color: #4F90DC;
}
.TagClassName
{
border-color: #4F90DC;
}
</style>