Shades of Picton Blue #4391DC
Tints of Picton Blue #4391DC
RGB
CMYK
RGB Variations
Color information
#4391DC (or 0x4391DC) is known color: Picton Blue. HEX triplet: 43, 91 and DC. RGB value is (67,145,220). Sum of RGB (Red+Green+Blue) = 67+145+220=432 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.51% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #4391DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4391DC is #BC6E23. Grayscale: #818181. Windows color (decimal): -12348964 or 14455107. OLE color: 14455107.
HSL color Cylindrical-coordinate representation of color #4391DC: hue angle of 209.41º 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 #4391DC is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 145 | 220 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.14 |
| HSL | 209.41º | 0.69% | 0.56% | - |
| HSV(B) | 209.41º | 0.7% | 0.86% | - |
| XYZ | 25.36 | 26.61 | 71.51 | - |
| YUV | 130.23 | 178.66 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 220 | 0.70 | 0.34 | 0 | 0.14 | 209.41 | 0.69 | 0.56 |
| Hex | 43 | 91 | DC | 46 | 22 | 0 | E | D1 | 45 | 38 |
| Octal | 103 | 221 | 334 | 106 | 42 | 0 | 16 | 321 | 105 | 70 |
| Binary | 1000011 | 10010001 | 11011100 | 1000110 | 100010 | 0 | 1110 | 11010001 | 1000101 | 111000 |
Color Harmonies of #4391DC
Complementary color
Monochromatic Colors of #4391DC
Black with #4391DC
Text Example
Text Example
White with #4391DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4391DC; }
p { color: rgb(67,145,220); }
H1.HeaderClassName
{
color: #4391DC;
}
.AnyTagClassName
{
color: #4391DC;
}
</style>
background-color css
<style>
a { background-color: #4391DC; }
a { background-color: rgb(67,145,220); }
div.DivClassName
{
background-color: #4391DC;
}
.BgClassName
{
background-color: #4391DC;
}
</style>
border-color css
<style>
span { border-color: #4391DC; }
span { border-color: rgb(67,145,220); }
td.TdClassName
{
border-color: #4391DC;
}
.TagClassName
{
border-color: #4391DC;
}
</style>