Shades of Picton Blue #4590D6
Tints of Picton Blue #4590D6
RGB
CMYK
RGB Variations
Color information
#4590D6 (or 0x4590D6) is known color: Picton Blue. HEX triplet: 45, 90 and D6. RGB value is (69,144,214). Sum of RGB (Red+Green+Blue) = 69+144+214=427 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.16% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #4590D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4590D6 is #BA6F29. Grayscale: #818181. Windows color (decimal): -12218154 or 14061637. OLE color: 14061637.
HSL color Cylindrical-coordinate representation of color #4590D6: hue angle of 208.97º 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 #4590D6 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 144 | 214 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.16 |
| HSL | 208.97º | 0.64% | 0.55% | - |
| HSV(B) | 208.97º | 0.68% | 0.84% | - |
| XYZ | 24.57 | 26.07 | 67.36 | - |
| YUV | 129.56 | 175.65 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 214 | 0.68 | 0.33 | 0 | 0.16 | 208.97 | 0.64 | 0.55 |
| Hex | 45 | 90 | D6 | 44 | 21 | 0 | 10 | D1 | 40 | 37 |
| Octal | 105 | 220 | 326 | 104 | 41 | 0 | 20 | 321 | 100 | 67 |
| Binary | 1000101 | 10010000 | 11010110 | 1000100 | 100001 | 0 | 10000 | 11010001 | 1000000 | 110111 |
Color Harmonies of #4590D6
Complementary color
Monochromatic Colors of #4590D6
Black with #4590D6
Text Example
Text Example
White with #4590D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4590D6; }
p { color: rgb(69,144,214); }
H1.HeaderClassName
{
color: #4590D6;
}
.AnyTagClassName
{
color: #4590D6;
}
</style>
background-color css
<style>
a { background-color: #4590D6; }
a { background-color: rgb(69,144,214); }
div.DivClassName
{
background-color: #4590D6;
}
.BgClassName
{
background-color: #4590D6;
}
</style>
border-color css
<style>
span { border-color: #4590D6; }
span { border-color: rgb(69,144,214); }
td.TdClassName
{
border-color: #4590D6;
}
.TagClassName
{
border-color: #4590D6;
}
</style>