Shades of Picton Blue #4C92DF
Tints of Picton Blue #4C92DF
RGB
CMYK
RGB Variations
Color information
#4C92DF (or 0x4C92DF) is known color: Picton Blue. HEX triplet: 4C, 92 and DF. RGB value is (76,146,223). Sum of RGB (Red+Green+Blue) = 76+146+223=445 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.08% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C92DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C92DF is #B36D20. Grayscale: #858585. Windows color (decimal): -11758881 or 14651980. OLE color: 14651980.
HSL color Cylindrical-coordinate representation of color #4C92DF: hue angle of 211.43º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C92DF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 146 | 223 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.13 |
| HSL | 211.43º | 0.7% | 0.59% | - |
| HSV(B) | 211.43º | 0.66% | 0.87% | - |
| XYZ | 26.58 | 27.42 | 73.7 | - |
| YUV | 133.85 | 178.31 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 146 | 223 | 0.66 | 0.35 | 0 | 0.13 | 211.43 | 0.7 | 0.59 |
| Hex | 4C | 92 | DF | 42 | 23 | 0 | D | D3 | 46 | 3B |
| Octal | 114 | 222 | 337 | 102 | 43 | 0 | 15 | 323 | 106 | 73 |
| Binary | 1001100 | 10010010 | 11011111 | 1000010 | 100011 | 0 | 1101 | 11010011 | 1000110 | 111011 |
Color Harmonies of #4C92DF
Complementary color
Monochromatic Colors of #4C92DF
Black with #4C92DF
Text Example
Text Example
White with #4C92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C92DF; }
p { color: rgb(76,146,223); }
H1.HeaderClassName
{
color: #4C92DF;
}
.AnyTagClassName
{
color: #4C92DF;
}
</style>
background-color css
<style>
a { background-color: #4C92DF; }
a { background-color: rgb(76,146,223); }
div.DivClassName
{
background-color: #4C92DF;
}
.BgClassName
{
background-color: #4C92DF;
}
</style>
border-color css
<style>
span { border-color: #4C92DF; }
span { border-color: rgb(76,146,223); }
td.TdClassName
{
border-color: #4C92DF;
}
.TagClassName
{
border-color: #4C92DF;
}
</style>