Shades of Picton Blue #4893DC
Tints of Picton Blue #4893DC
RGB
CMYK
RGB Variations
Color information
#4893DC (or 0x4893DC) is known color: Picton Blue. HEX triplet: 48, 93 and DC. RGB value is (72,147,220). Sum of RGB (Red+Green+Blue) = 72+147+220=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #4893DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4893DC is #B76C23. Grayscale: #848484. Windows color (decimal): -12020772 or 14455624. OLE color: 14455624.
HSL color Cylindrical-coordinate representation of color #4893DC: hue angle of 209.59º 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 #4893DC is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 147 | 220 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.14 |
| HSL | 209.59º | 0.68% | 0.57% | - |
| HSV(B) | 209.59º | 0.67% | 0.86% | - |
| XYZ | 26.02 | 27.41 | 71.63 | - |
| YUV | 132.9 | 177.15 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 220 | 0.67 | 0.33 | 0 | 0.14 | 209.59 | 0.68 | 0.57 |
| Hex | 48 | 93 | DC | 43 | 21 | 0 | E | D2 | 44 | 39 |
| Octal | 110 | 223 | 334 | 103 | 41 | 0 | 16 | 322 | 104 | 71 |
| Binary | 1001000 | 10010011 | 11011100 | 1000011 | 100001 | 0 | 1110 | 11010010 | 1000100 | 111001 |
Color Harmonies of #4893DC
Complementary color
Monochromatic Colors of #4893DC
Black with #4893DC
Text Example
Text Example
White with #4893DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4893DC; }
p { color: rgb(72,147,220); }
H1.HeaderClassName
{
color: #4893DC;
}
.AnyTagClassName
{
color: #4893DC;
}
</style>
background-color css
<style>
a { background-color: #4893DC; }
a { background-color: rgb(72,147,220); }
div.DivClassName
{
background-color: #4893DC;
}
.BgClassName
{
background-color: #4893DC;
}
</style>
border-color css
<style>
span { border-color: #4893DC; }
span { border-color: rgb(72,147,220); }
td.TdClassName
{
border-color: #4893DC;
}
.TagClassName
{
border-color: #4893DC;
}
</style>