Shades of Picton Blue #4C92D6
Tints of Picton Blue #4C92D6
RGB
CMYK
RGB Variations
Color information
#4C92D6 (or 0x4C92D6) is known color: Picton Blue. HEX triplet: 4C, 92 and D6. RGB value is (76,146,214). Sum of RGB (Red+Green+Blue) = 76+146+214=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #4C92D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C92D6 is #B36D29. Grayscale: #848484. Windows color (decimal): -11758890 or 14062156. OLE color: 14062156.
HSL color Cylindrical-coordinate representation of color #4C92D6: hue angle of 209.57º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C92D6 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 146 | 214 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.16 |
| HSL | 209.57º | 0.63% | 0.57% | - |
| HSV(B) | 209.57º | 0.64% | 0.84% | - |
| XYZ | 25.4 | 26.95 | 67.48 | - |
| YUV | 132.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 146 | 214 | 0.64 | 0.32 | 0 | 0.16 | 209.57 | 0.63 | 0.57 |
| Hex | 4C | 92 | D6 | 40 | 20 | 0 | 10 | D2 | 3F | 39 |
| Octal | 114 | 222 | 326 | 100 | 40 | 0 | 20 | 322 | 77 | 71 |
| Binary | 1001100 | 10010010 | 11010110 | 1000000 | 100000 | 0 | 10000 | 11010010 | 111111 | 111001 |
Color Harmonies of #4C92D6
Complementary color
Monochromatic Colors of #4C92D6
Black with #4C92D6
Text Example
Text Example
White with #4C92D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C92D6; }
p { color: rgb(76,146,214); }
H1.HeaderClassName
{
color: #4C92D6;
}
.AnyTagClassName
{
color: #4C92D6;
}
</style>
background-color css
<style>
a { background-color: #4C92D6; }
a { background-color: rgb(76,146,214); }
div.DivClassName
{
background-color: #4C92D6;
}
.BgClassName
{
background-color: #4C92D6;
}
</style>
border-color css
<style>
span { border-color: #4C92D6; }
span { border-color: rgb(76,146,214); }
td.TdClassName
{
border-color: #4C92D6;
}
.TagClassName
{
border-color: #4C92D6;
}
</style>