Shades of Picton Blue #4891DC
Tints of Picton Blue #4891DC
RGB
CMYK
RGB Variations
Color information
#4891DC (or 0x4891DC) is known color: Picton Blue. HEX triplet: 48, 91 and DC. RGB value is (72,145,220). Sum of RGB (Red+Green+Blue) = 72+145+220=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #4891DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4891DC is #B76E23. Grayscale: #838383. Windows color (decimal): -12021284 or 14455112. OLE color: 14455112.
HSL color Cylindrical-coordinate representation of color #4891DC: hue angle of 210.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4891DC is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 145 | 220 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.14 |
| HSL | 210.41º | 0.68% | 0.57% | - |
| HSV(B) | 210.41º | 0.67% | 0.86% | - |
| XYZ | 25.72 | 26.8 | 71.53 | - |
| YUV | 131.72 | 177.82 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 220 | 0.67 | 0.34 | 0 | 0.14 | 210.41 | 0.68 | 0.57 |
| Hex | 48 | 91 | DC | 43 | 22 | 0 | E | D2 | 44 | 39 |
| Octal | 110 | 221 | 334 | 103 | 42 | 0 | 16 | 322 | 104 | 71 |
| Binary | 1001000 | 10010001 | 11011100 | 1000011 | 100010 | 0 | 1110 | 11010010 | 1000100 | 111001 |
Color Harmonies of #4891DC
Complementary color
Monochromatic Colors of #4891DC
Black with #4891DC
Text Example
Text Example
White with #4891DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4891DC; }
p { color: rgb(72,145,220); }
H1.HeaderClassName
{
color: #4891DC;
}
.AnyTagClassName
{
color: #4891DC;
}
</style>
background-color css
<style>
a { background-color: #4891DC; }
a { background-color: rgb(72,145,220); }
div.DivClassName
{
background-color: #4891DC;
}
.BgClassName
{
background-color: #4891DC;
}
</style>
border-color css
<style>
span { border-color: #4891DC; }
span { border-color: rgb(72,145,220); }
td.TdClassName
{
border-color: #4891DC;
}
.TagClassName
{
border-color: #4891DC;
}
</style>