Shades of Picton Blue #4491DC
Tints of Picton Blue #4491DC
RGB
CMYK
RGB Variations
Color information
#4491DC (or 0x4491DC) is known color: Picton Blue. HEX triplet: 44, 91 and DC. RGB value is (68,145,220). Sum of RGB (Red+Green+Blue) = 68+145+220=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #4491DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4491DC is #BB6E23. Grayscale: #828282. Windows color (decimal): -12283428 or 14455108. OLE color: 14455108.
HSL color Cylindrical-coordinate representation of color #4491DC: hue angle of 209.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4491DC is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 145 | 220 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.14 |
| HSL | 209.61º | 0.68% | 0.56% | - |
| HSV(B) | 209.61º | 0.69% | 0.86% | - |
| XYZ | 25.43 | 26.65 | 71.51 | - |
| YUV | 130.53 | 178.49 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 220 | 0.69 | 0.34 | 0 | 0.14 | 209.61 | 0.68 | 0.56 |
| Hex | 44 | 91 | DC | 45 | 22 | 0 | E | D2 | 44 | 38 |
| Octal | 104 | 221 | 334 | 105 | 42 | 0 | 16 | 322 | 104 | 70 |
| Binary | 1000100 | 10010001 | 11011100 | 1000101 | 100010 | 0 | 1110 | 11010010 | 1000100 | 111000 |
Color Harmonies of #4491DC
Complementary color
Monochromatic Colors of #4491DC
Black with #4491DC
Text Example
Text Example
White with #4491DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4491DC; }
p { color: rgb(68,145,220); }
H1.HeaderClassName
{
color: #4491DC;
}
.AnyTagClassName
{
color: #4491DC;
}
</style>
background-color css
<style>
a { background-color: #4491DC; }
a { background-color: rgb(68,145,220); }
div.DivClassName
{
background-color: #4491DC;
}
.BgClassName
{
background-color: #4491DC;
}
</style>
border-color css
<style>
span { border-color: #4491DC; }
span { border-color: rgb(68,145,220); }
td.TdClassName
{
border-color: #4491DC;
}
.TagClassName
{
border-color: #4491DC;
}
</style>