Shades of Picton Blue #4891CE
Tints of Picton Blue #4891CE
RGB
CMYK
RGB Variations
Color information
#4891CE (or 0x4891CE) is known color: Picton Blue. HEX triplet: 48, 91 and CE. RGB value is (72,145,206). Sum of RGB (Red+Green+Blue) = 72+145+206=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #4891CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4891CE is #B76E31. Grayscale: #818181. Windows color (decimal): -12021298 or 13537608. OLE color: 13537608.
HSL color Cylindrical-coordinate representation of color #4891CE: hue angle of 207.31º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4891CE is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 145 | 206 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.19 |
| HSL | 207.31º | 0.58% | 0.55% | - |
| HSV(B) | 207.31º | 0.65% | 0.81% | - |
| XYZ | 23.94 | 26.08 | 62.17 | - |
| YUV | 130.13 | 170.82 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 206 | 0.65 | 0.30 | 0 | 0.19 | 207.31 | 0.58 | 0.55 |
| Hex | 48 | 91 | CE | 41 | 1E | 0 | 13 | CF | 3A | 37 |
| Octal | 110 | 221 | 316 | 101 | 36 | 0 | 23 | 317 | 72 | 67 |
| Binary | 1001000 | 10010001 | 11001110 | 1000001 | 11110 | 0 | 10011 | 11001111 | 111010 | 110111 |
Color Harmonies of #4891CE
Complementary color
Monochromatic Colors of #4891CE
Black with #4891CE
Text Example
Text Example
White with #4891CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4891CE; }
p { color: rgb(72,145,206); }
H1.HeaderClassName
{
color: #4891CE;
}
.AnyTagClassName
{
color: #4891CE;
}
</style>
background-color css
<style>
a { background-color: #4891CE; }
a { background-color: rgb(72,145,206); }
div.DivClassName
{
background-color: #4891CE;
}
.BgClassName
{
background-color: #4891CE;
}
</style>
border-color css
<style>
span { border-color: #4891CE; }
span { border-color: rgb(72,145,206); }
td.TdClassName
{
border-color: #4891CE;
}
.TagClassName
{
border-color: #4891CE;
}
</style>