Shades of Picton Blue #4591D7
Tints of Picton Blue #4591D7
RGB
CMYK
RGB Variations
Color information
#4591D7 (or 0x4591D7) is known color: Picton Blue. HEX triplet: 45, 91 and D7. RGB value is (69,145,215). Sum of RGB (Red+Green+Blue) = 69+145+215=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #4591D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4591D7 is #BA6E28. Grayscale: #818181. Windows color (decimal): -12217897 or 14127429. OLE color: 14127429.
HSL color Cylindrical-coordinate representation of color #4591D7: hue angle of 208.77º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4591D7 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 145 | 215 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.16 |
| HSL | 208.77º | 0.65% | 0.56% | - |
| HSV(B) | 208.77º | 0.68% | 0.84% | - |
| XYZ | 24.85 | 26.42 | 68.08 | - |
| YUV | 130.26 | 175.82 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 145 | 215 | 0.68 | 0.33 | 0 | 0.16 | 208.77 | 0.65 | 0.56 |
| Hex | 45 | 91 | D7 | 44 | 21 | 0 | 10 | D1 | 41 | 38 |
| Octal | 105 | 221 | 327 | 104 | 41 | 0 | 20 | 321 | 101 | 70 |
| Binary | 1000101 | 10010001 | 11010111 | 1000100 | 100001 | 0 | 10000 | 11010001 | 1000001 | 111000 |
Color Harmonies of #4591D7
Complementary color
Monochromatic Colors of #4591D7
Black with #4591D7
Text Example
Text Example
White with #4591D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4591D7; }
p { color: rgb(69,145,215); }
H1.HeaderClassName
{
color: #4591D7;
}
.AnyTagClassName
{
color: #4591D7;
}
</style>
background-color css
<style>
a { background-color: #4591D7; }
a { background-color: rgb(69,145,215); }
div.DivClassName
{
background-color: #4591D7;
}
.BgClassName
{
background-color: #4591D7;
}
</style>
border-color css
<style>
span { border-color: #4591D7; }
span { border-color: rgb(69,145,215); }
td.TdClassName
{
border-color: #4591D7;
}
.TagClassName
{
border-color: #4591D7;
}
</style>