Shades of Picton Blue #4597D1
Tints of Picton Blue #4597D1
RGB
CMYK
RGB Variations
Color information
#4597D1 (or 0x4597D1) is known color: Picton Blue. HEX triplet: 45, 97 and D1. RGB value is (69,151,209). Sum of RGB (Red+Green+Blue) = 69+151+209=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #4597D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4597D1 is #BA682E. Grayscale: #848484. Windows color (decimal): -12216367 or 13735749. OLE color: 13735749.
HSL color Cylindrical-coordinate representation of color #4597D1: hue angle of 204.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4597D1 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 151 | 209 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.18 |
| HSL | 204.86º | 0.6% | 0.55% | - |
| HSV(B) | 204.86º | 0.67% | 0.82% | - |
| XYZ | 25.03 | 28 | 64.41 | - |
| YUV | 133.09 | 170.83 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 151 | 209 | 0.67 | 0.28 | 0 | 0.18 | 204.86 | 0.6 | 0.55 |
| Hex | 45 | 97 | D1 | 43 | 1C | 0 | 12 | CD | 3C | 37 |
| Octal | 105 | 227 | 321 | 103 | 34 | 0 | 22 | 315 | 74 | 67 |
| Binary | 1000101 | 10010111 | 11010001 | 1000011 | 11100 | 0 | 10010 | 11001101 | 111100 | 110111 |
Color Harmonies of #4597D1
Complementary color
Monochromatic Colors of #4597D1
Black with #4597D1
Text Example
Text Example
White with #4597D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4597D1; }
p { color: rgb(69,151,209); }
H1.HeaderClassName
{
color: #4597D1;
}
.AnyTagClassName
{
color: #4597D1;
}
</style>
background-color css
<style>
a { background-color: #4597D1; }
a { background-color: rgb(69,151,209); }
div.DivClassName
{
background-color: #4597D1;
}
.BgClassName
{
background-color: #4597D1;
}
</style>
border-color css
<style>
span { border-color: #4597D1; }
span { border-color: rgb(69,151,209); }
td.TdClassName
{
border-color: #4597D1;
}
.TagClassName
{
border-color: #4597D1;
}
</style>