Shades of Picton Blue #4F92DC
Tints of Picton Blue #4F92DC
RGB
CMYK
RGB Variations
Color information
#4F92DC (or 0x4F92DC) is known color: Picton Blue. HEX triplet: 4F, 92 and DC. RGB value is (79,146,220). Sum of RGB (Red+Green+Blue) = 79+146+220=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F92DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F92DC is #B06D23. Grayscale: #868686. Windows color (decimal): -11562276 or 14455375. OLE color: 14455375.
HSL color Cylindrical-coordinate representation of color #4F92DC: hue angle of 211.49º 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 #4F92DC is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 146 | 220 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.14 |
| HSL | 211.49º | 0.67% | 0.59% | - |
| HSV(B) | 211.49º | 0.64% | 0.86% | - |
| XYZ | 26.42 | 27.39 | 71.6 | - |
| YUV | 134.4 | 176.3 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 220 | 0.64 | 0.34 | 0 | 0.14 | 211.49 | 0.67 | 0.59 |
| Hex | 4F | 92 | DC | 40 | 22 | 0 | E | D3 | 43 | 3B |
| Octal | 117 | 222 | 334 | 100 | 42 | 0 | 16 | 323 | 103 | 73 |
| Binary | 1001111 | 10010010 | 11011100 | 1000000 | 100010 | 0 | 1110 | 11010011 | 1000011 | 111011 |
Color Harmonies of #4F92DC
Complementary color
Monochromatic Colors of #4F92DC
Black with #4F92DC
Text Example
Text Example
White with #4F92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F92DC; }
p { color: rgb(79,146,220); }
H1.HeaderClassName
{
color: #4F92DC;
}
.AnyTagClassName
{
color: #4F92DC;
}
</style>
background-color css
<style>
a { background-color: #4F92DC; }
a { background-color: rgb(79,146,220); }
div.DivClassName
{
background-color: #4F92DC;
}
.BgClassName
{
background-color: #4F92DC;
}
</style>
border-color css
<style>
span { border-color: #4F92DC; }
span { border-color: rgb(79,146,220); }
td.TdClassName
{
border-color: #4F92DC;
}
.TagClassName
{
border-color: #4F92DC;
}
</style>