Shades of Picton Blue #4591D6
Tints of Picton Blue #4591D6
RGB
CMYK
RGB Variations
Color information
#4591D6 (or 0x4591D6) is known color: Picton Blue. HEX triplet: 45, 91 and D6. RGB value is (69,145,214). Sum of RGB (Red+Green+Blue) = 69+145+214=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #4591D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4591D6 is #BA6E29. Grayscale: #818181. Windows color (decimal): -12217898 or 14061893. OLE color: 14061893.
HSL color Cylindrical-coordinate representation of color #4591D6: hue angle of 208.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4591D6 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 145 | 214 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.16 |
| HSL | 208.55º | 0.64% | 0.55% | - |
| HSV(B) | 208.55º | 0.68% | 0.84% | - |
| XYZ | 24.72 | 26.37 | 67.41 | - |
| YUV | 130.14 | 175.32 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 145 | 214 | 0.68 | 0.32 | 0 | 0.16 | 208.55 | 0.64 | 0.55 |
| Hex | 45 | 91 | D6 | 44 | 20 | 0 | 10 | D1 | 40 | 37 |
| Octal | 105 | 221 | 326 | 104 | 40 | 0 | 20 | 321 | 100 | 67 |
| Binary | 1000101 | 10010001 | 11010110 | 1000100 | 100000 | 0 | 10000 | 11010001 | 1000000 | 110111 |
Color Harmonies of #4591D6
Complementary color
Monochromatic Colors of #4591D6
Black with #4591D6
Text Example
Text Example
White with #4591D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4591D6; }
p { color: rgb(69,145,214); }
H1.HeaderClassName
{
color: #4591D6;
}
.AnyTagClassName
{
color: #4591D6;
}
</style>
background-color css
<style>
a { background-color: #4591D6; }
a { background-color: rgb(69,145,214); }
div.DivClassName
{
background-color: #4591D6;
}
.BgClassName
{
background-color: #4591D6;
}
</style>
border-color css
<style>
span { border-color: #4591D6; }
span { border-color: rgb(69,145,214); }
td.TdClassName
{
border-color: #4591D6;
}
.TagClassName
{
border-color: #4591D6;
}
</style>