Shades of Picton Blue #4390DC
Tints of Picton Blue #4390DC
RGB
CMYK
RGB Variations
Color information
#4390DC (or 0x4390DC) is known color: Picton Blue. HEX triplet: 43, 90 and DC. RGB value is (67,144,220). Sum of RGB (Red+Green+Blue) = 67+144+220=431 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.55% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #4390DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4390DC is #BC6F23. Grayscale: #818181. Windows color (decimal): -12349220 or 14454851. OLE color: 14454851.
HSL color Cylindrical-coordinate representation of color #4390DC: hue angle of 209.8º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4390DC is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 144 | 220 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.14 |
| HSL | 209.8º | 0.69% | 0.56% | - |
| HSV(B) | 209.8º | 0.7% | 0.86% | - |
| XYZ | 25.21 | 26.31 | 71.46 | - |
| YUV | 129.64 | 178.99 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 220 | 0.70 | 0.35 | 0 | 0.14 | 209.8 | 0.69 | 0.56 |
| Hex | 43 | 90 | DC | 46 | 23 | 0 | E | D2 | 45 | 38 |
| Octal | 103 | 220 | 334 | 106 | 43 | 0 | 16 | 322 | 105 | 70 |
| Binary | 1000011 | 10010000 | 11011100 | 1000110 | 100011 | 0 | 1110 | 11010010 | 1000101 | 111000 |
Color Harmonies of #4390DC
Complementary color
Monochromatic Colors of #4390DC
Black with #4390DC
Text Example
Text Example
White with #4390DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4390DC; }
p { color: rgb(67,144,220); }
H1.HeaderClassName
{
color: #4390DC;
}
.AnyTagClassName
{
color: #4390DC;
}
</style>
background-color css
<style>
a { background-color: #4390DC; }
a { background-color: rgb(67,144,220); }
div.DivClassName
{
background-color: #4390DC;
}
.BgClassName
{
background-color: #4390DC;
}
</style>
border-color css
<style>
span { border-color: #4390DC; }
span { border-color: rgb(67,144,220); }
td.TdClassName
{
border-color: #4390DC;
}
.TagClassName
{
border-color: #4390DC;
}
</style>