Shades of Picton Blue #4891CF
Tints of Picton Blue #4891CF
RGB
CMYK
RGB Variations
Color information
#4891CF (or 0x4891CF) is known color: Picton Blue. HEX triplet: 48, 91 and CF. RGB value is (72,145,207). Sum of RGB (Red+Green+Blue) = 72+145+207=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #4891CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4891CF is #B76E30. Grayscale: #818181. Windows color (decimal): -12021297 or 13603144. OLE color: 13603144.
HSL color Cylindrical-coordinate representation of color #4891CF: hue angle of 207.56º 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 #4891CF is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 145 | 207 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.19 |
| HSL | 207.56º | 0.58% | 0.55% | - |
| HSV(B) | 207.56º | 0.65% | 0.81% | - |
| XYZ | 24.06 | 26.13 | 62.81 | - |
| YUV | 130.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 207 | 0.65 | 0.30 | 0 | 0.19 | 207.56 | 0.58 | 0.55 |
| Hex | 48 | 91 | CF | 41 | 1E | 0 | 13 | D0 | 3A | 37 |
| Octal | 110 | 221 | 317 | 101 | 36 | 0 | 23 | 320 | 72 | 67 |
| Binary | 1001000 | 10010001 | 11001111 | 1000001 | 11110 | 0 | 10011 | 11010000 | 111010 | 110111 |
Color Harmonies of #4891CF
Complementary color
Monochromatic Colors of #4891CF
Black with #4891CF
Text Example
Text Example
White with #4891CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4891CF; }
p { color: rgb(72,145,207); }
H1.HeaderClassName
{
color: #4891CF;
}
.AnyTagClassName
{
color: #4891CF;
}
</style>
background-color css
<style>
a { background-color: #4891CF; }
a { background-color: rgb(72,145,207); }
div.DivClassName
{
background-color: #4891CF;
}
.BgClassName
{
background-color: #4891CF;
}
</style>
border-color css
<style>
span { border-color: #4891CF; }
span { border-color: rgb(72,145,207); }
td.TdClassName
{
border-color: #4891CF;
}
.TagClassName
{
border-color: #4891CF;
}
</style>