Shades of Picton Blue #4E92CF
Tints of Picton Blue #4E92CF
RGB
CMYK
RGB Variations
Color information
#4E92CF (or 0x4E92CF) is known color: Picton Blue. HEX triplet: 4E, 92 and CF. RGB value is (78,146,207). Sum of RGB (Red+Green+Blue) = 78+146+207=431 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.10% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E92CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E92CF is #B16D30. Grayscale: #848484. Windows color (decimal): -11627825 or 13603406. OLE color: 13603406.
HSL color Cylindrical-coordinate representation of color #4E92CF: hue angle of 208.37º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E92CF is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 146 | 207 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.19 |
| HSL | 208.37º | 0.57% | 0.56% | - |
| HSV(B) | 208.37º | 0.62% | 0.81% | - |
| XYZ | 24.68 | 26.68 | 62.88 | - |
| YUV | 132.62 | 169.97 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 207 | 0.62 | 0.29 | 0 | 0.19 | 208.37 | 0.57 | 0.56 |
| Hex | 4E | 92 | CF | 3E | 1D | 0 | 13 | D0 | 39 | 38 |
| Octal | 116 | 222 | 317 | 76 | 35 | 0 | 23 | 320 | 71 | 70 |
| Binary | 1001110 | 10010010 | 11001111 | 111110 | 11101 | 0 | 10011 | 11010000 | 111001 | 111000 |
Color Harmonies of #4E92CF
Complementary color
Monochromatic Colors of #4E92CF
Black with #4E92CF
Text Example
Text Example
White with #4E92CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E92CF; }
p { color: rgb(78,146,207); }
H1.HeaderClassName
{
color: #4E92CF;
}
.AnyTagClassName
{
color: #4E92CF;
}
</style>
background-color css
<style>
a { background-color: #4E92CF; }
a { background-color: rgb(78,146,207); }
div.DivClassName
{
background-color: #4E92CF;
}
.BgClassName
{
background-color: #4E92CF;
}
</style>
border-color css
<style>
span { border-color: #4E92CF; }
span { border-color: rgb(78,146,207); }
td.TdClassName
{
border-color: #4E92CF;
}
.TagClassName
{
border-color: #4E92CF;
}
</style>