Shades of Picton Blue #4595D6
Tints of Picton Blue #4595D6
RGB
CMYK
RGB Variations
Color information
#4595D6 (or 0x4595D6) is known color: Picton Blue. HEX triplet: 45, 95 and D6. RGB value is (69,149,214). Sum of RGB (Red+Green+Blue) = 69+149+214=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #4595D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4595D6 is #BA6A29. Grayscale: #848484. Windows color (decimal): -12216874 or 14062917. OLE color: 14062917.
HSL color Cylindrical-coordinate representation of color #4595D6: hue angle of 206.9º 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 #4595D6 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 149 | 214 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.16 |
| HSL | 206.9º | 0.64% | 0.55% | - |
| HSV(B) | 206.9º | 0.68% | 0.84% | - |
| XYZ | 25.34 | 27.62 | 67.61 | - |
| YUV | 132.49 | 174 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 214 | 0.68 | 0.30 | 0 | 0.16 | 206.9 | 0.64 | 0.55 |
| Hex | 45 | 95 | D6 | 44 | 1E | 0 | 10 | CF | 40 | 37 |
| Octal | 105 | 225 | 326 | 104 | 36 | 0 | 20 | 317 | 100 | 67 |
| Binary | 1000101 | 10010101 | 11010110 | 1000100 | 11110 | 0 | 10000 | 11001111 | 1000000 | 110111 |
Color Harmonies of #4595D6
Complementary color
Monochromatic Colors of #4595D6
Black with #4595D6
Text Example
Text Example
White with #4595D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4595D6; }
p { color: rgb(69,149,214); }
H1.HeaderClassName
{
color: #4595D6;
}
.AnyTagClassName
{
color: #4595D6;
}
</style>
background-color css
<style>
a { background-color: #4595D6; }
a { background-color: rgb(69,149,214); }
div.DivClassName
{
background-color: #4595D6;
}
.BgClassName
{
background-color: #4595D6;
}
</style>
border-color css
<style>
span { border-color: #4595D6; }
span { border-color: rgb(69,149,214); }
td.TdClassName
{
border-color: #4595D6;
}
.TagClassName
{
border-color: #4595D6;
}
</style>