Shades of Picton Blue #4E92CB
Tints of Picton Blue #4E92CB
RGB
CMYK
RGB Variations
Color information
#4E92CB (or 0x4E92CB) is known color: Picton Blue. HEX triplet: 4E, 92 and CB. RGB value is (78,146,203). Sum of RGB (Red+Green+Blue) = 78+146+203=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E92CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E92CB is #B16D34. Grayscale: #838383. Windows color (decimal): -11627829 or 13341262. OLE color: 13341262.
HSL color Cylindrical-coordinate representation of color #4E92CB: hue angle of 207.36º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E92CB is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 146 | 203 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.20 |
| HSL | 207.36º | 0.55% | 0.55% | - |
| HSV(B) | 207.36º | 0.62% | 0.8% | - |
| XYZ | 24.2 | 26.49 | 60.34 | - |
| YUV | 132.17 | 167.97 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 203 | 0.62 | 0.28 | 0 | 0.20 | 207.36 | 0.55 | 0.55 |
| Hex | 4E | 92 | CB | 3E | 1C | 0 | 14 | CF | 37 | 37 |
| Octal | 116 | 222 | 313 | 76 | 34 | 0 | 24 | 317 | 67 | 67 |
| Binary | 1001110 | 10010010 | 11001011 | 111110 | 11100 | 0 | 10100 | 11001111 | 110111 | 110111 |
Color Harmonies of #4E92CB
Complementary color
Monochromatic Colors of #4E92CB
Black with #4E92CB
Text Example
Text Example
White with #4E92CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E92CB; }
p { color: rgb(78,146,203); }
H1.HeaderClassName
{
color: #4E92CB;
}
.AnyTagClassName
{
color: #4E92CB;
}
</style>
background-color css
<style>
a { background-color: #4E92CB; }
a { background-color: rgb(78,146,203); }
div.DivClassName
{
background-color: #4E92CB;
}
.BgClassName
{
background-color: #4E92CB;
}
</style>
border-color css
<style>
span { border-color: #4E92CB; }
span { border-color: rgb(78,146,203); }
td.TdClassName
{
border-color: #4E92CB;
}
.TagClassName
{
border-color: #4E92CB;
}
</style>