Shades of Picton Blue #4C94DF
Tints of Picton Blue #4C94DF
RGB
CMYK
RGB Variations
Color information
#4C94DF (or 0x4C94DF) is known color: Picton Blue. HEX triplet: 4C, 94 and DF. RGB value is (76,148,223). Sum of RGB (Red+Green+Blue) = 76+148+223=447 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.00% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C94DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C94DF is #B36B20. Grayscale: #868686. Windows color (decimal): -11758369 or 14652492. OLE color: 14652492.
HSL color Cylindrical-coordinate representation of color #4C94DF: hue angle of 210.61º 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 #4C94DF is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 148 | 223 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.13 |
| HSL | 210.61º | 0.7% | 0.59% | - |
| HSV(B) | 210.61º | 0.66% | 0.87% | - |
| XYZ | 26.89 | 28.04 | 73.81 | - |
| YUV | 135.02 | 177.65 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 223 | 0.66 | 0.34 | 0 | 0.13 | 210.61 | 0.7 | 0.59 |
| Hex | 4C | 94 | DF | 42 | 22 | 0 | D | D3 | 46 | 3B |
| Octal | 114 | 224 | 337 | 102 | 42 | 0 | 15 | 323 | 106 | 73 |
| Binary | 1001100 | 10010100 | 11011111 | 1000010 | 100010 | 0 | 1101 | 11010011 | 1000110 | 111011 |
Color Harmonies of #4C94DF
Complementary color
Monochromatic Colors of #4C94DF
Black with #4C94DF
Text Example
Text Example
White with #4C94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C94DF; }
p { color: rgb(76,148,223); }
H1.HeaderClassName
{
color: #4C94DF;
}
.AnyTagClassName
{
color: #4C94DF;
}
</style>
background-color css
<style>
a { background-color: #4C94DF; }
a { background-color: rgb(76,148,223); }
div.DivClassName
{
background-color: #4C94DF;
}
.BgClassName
{
background-color: #4C94DF;
}
</style>
border-color css
<style>
span { border-color: #4C94DF; }
span { border-color: rgb(76,148,223); }
td.TdClassName
{
border-color: #4C94DF;
}
.TagClassName
{
border-color: #4C94DF;
}
</style>