Shades of Picton Blue #4894DF
Tints of Picton Blue #4894DF
RGB
CMYK
RGB Variations
Color information
#4894DF (or 0x4894DF) is known color: Picton Blue. HEX triplet: 48, 94 and DF. RGB value is (72,148,223). Sum of RGB (Red+Green+Blue) = 72+148+223=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #4894DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4894DF is #B76B20. Grayscale: #858585. Windows color (decimal): -12020513 or 14652488. OLE color: 14652488.
HSL color Cylindrical-coordinate representation of color #4894DF: hue angle of 209.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4894DF is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 148 | 223 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.13 |
| HSL | 209.8º | 0.7% | 0.58% | - |
| HSV(B) | 209.8º | 0.68% | 0.87% | - |
| XYZ | 26.58 | 27.89 | 73.79 | - |
| YUV | 133.83 | 178.32 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 223 | 0.68 | 0.34 | 0 | 0.13 | 209.8 | 0.7 | 0.58 |
| Hex | 48 | 94 | DF | 44 | 22 | 0 | D | D2 | 46 | 3A |
| Octal | 110 | 224 | 337 | 104 | 42 | 0 | 15 | 322 | 106 | 72 |
| Binary | 1001000 | 10010100 | 11011111 | 1000100 | 100010 | 0 | 1101 | 11010010 | 1000110 | 111010 |
Color Harmonies of #4894DF
Complementary color
Monochromatic Colors of #4894DF
Black with #4894DF
Text Example
Text Example
White with #4894DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4894DF; }
p { color: rgb(72,148,223); }
H1.HeaderClassName
{
color: #4894DF;
}
.AnyTagClassName
{
color: #4894DF;
}
</style>
background-color css
<style>
a { background-color: #4894DF; }
a { background-color: rgb(72,148,223); }
div.DivClassName
{
background-color: #4894DF;
}
.BgClassName
{
background-color: #4894DF;
}
</style>
border-color css
<style>
span { border-color: #4894DF; }
span { border-color: rgb(72,148,223); }
td.TdClassName
{
border-color: #4894DF;
}
.TagClassName
{
border-color: #4894DF;
}
</style>