Shades of Picton Blue #4594DA
Tints of Picton Blue #4594DA
RGB
CMYK
RGB Variations
Color information
#4594DA (or 0x4594DA) is known color: Picton Blue. HEX triplet: 45, 94 and DA. RGB value is (69,148,218). Sum of RGB (Red+Green+Blue) = 69+148+218=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #4594DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4594DA is #BA6B25. Grayscale: #848484. Windows color (decimal): -12217126 or 14324805. OLE color: 14324805.
HSL color Cylindrical-coordinate representation of color #4594DA: hue angle of 208.19º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4594DA is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 148 | 218 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.15 |
| HSL | 208.19º | 0.67% | 0.56% | - |
| HSV(B) | 208.19º | 0.68% | 0.85% | - |
| XYZ | 25.7 | 27.51 | 70.28 | - |
| YUV | 132.36 | 176.33 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 148 | 218 | 0.68 | 0.32 | 0 | 0.15 | 208.19 | 0.67 | 0.56 |
| Hex | 45 | 94 | DA | 44 | 20 | 0 | F | D0 | 43 | 38 |
| Octal | 105 | 224 | 332 | 104 | 40 | 0 | 17 | 320 | 103 | 70 |
| Binary | 1000101 | 10010100 | 11011010 | 1000100 | 100000 | 0 | 1111 | 11010000 | 1000011 | 111000 |
Color Harmonies of #4594DA
Complementary color
Monochromatic Colors of #4594DA
Black with #4594DA
Text Example
Text Example
White with #4594DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4594DA; }
p { color: rgb(69,148,218); }
H1.HeaderClassName
{
color: #4594DA;
}
.AnyTagClassName
{
color: #4594DA;
}
</style>
background-color css
<style>
a { background-color: #4594DA; }
a { background-color: rgb(69,148,218); }
div.DivClassName
{
background-color: #4594DA;
}
.BgClassName
{
background-color: #4594DA;
}
</style>
border-color css
<style>
span { border-color: #4594DA; }
span { border-color: rgb(69,148,218); }
td.TdClassName
{
border-color: #4594DA;
}
.TagClassName
{
border-color: #4594DA;
}
</style>