Shades of Picton Blue #4891DF
Tints of Picton Blue #4891DF
RGB
CMYK
RGB Variations
Color information
#4891DF (or 0x4891DF) is known color: Picton Blue. HEX triplet: 48, 91 and DF. RGB value is (72,145,223). Sum of RGB (Red+Green+Blue) = 72+145+223=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #4891DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4891DF is #B76E20. Grayscale: #838383. Windows color (decimal): -12021281 or 14651720. OLE color: 14651720.
HSL color Cylindrical-coordinate representation of color #4891DF: hue angle of 210.99º 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 #4891DF is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 145 | 223 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.13 |
| HSL | 210.99º | 0.7% | 0.58% | - |
| HSV(B) | 210.99º | 0.68% | 0.87% | - |
| XYZ | 26.12 | 26.96 | 73.64 | - |
| YUV | 132.07 | 179.32 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 223 | 0.68 | 0.35 | 0 | 0.13 | 210.99 | 0.7 | 0.58 |
| Hex | 48 | 91 | DF | 44 | 23 | 0 | D | D3 | 46 | 3A |
| Octal | 110 | 221 | 337 | 104 | 43 | 0 | 15 | 323 | 106 | 72 |
| Binary | 1001000 | 10010001 | 11011111 | 1000100 | 100011 | 0 | 1101 | 11010011 | 1000110 | 111010 |
Color Harmonies of #4891DF
Complementary color
Monochromatic Colors of #4891DF
Black with #4891DF
Text Example
Text Example
White with #4891DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4891DF; }
p { color: rgb(72,145,223); }
H1.HeaderClassName
{
color: #4891DF;
}
.AnyTagClassName
{
color: #4891DF;
}
</style>
background-color css
<style>
a { background-color: #4891DF; }
a { background-color: rgb(72,145,223); }
div.DivClassName
{
background-color: #4891DF;
}
.BgClassName
{
background-color: #4891DF;
}
</style>
border-color css
<style>
span { border-color: #4891DF; }
span { border-color: rgb(72,145,223); }
td.TdClassName
{
border-color: #4891DF;
}
.TagClassName
{
border-color: #4891DF;
}
</style>