Shades of Picton Blue #4593DB
Tints of Picton Blue #4593DB
RGB
CMYK
RGB Variations
Color information
#4593DB (or 0x4593DB) is known color: Picton Blue. HEX triplet: 45, 93 and DB. RGB value is (69,147,219). Sum of RGB (Red+Green+Blue) = 69+147+219=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #4593DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4593DB is #BA6C24. Grayscale: #838383. Windows color (decimal): -12217381 or 14390085. OLE color: 14390085.
HSL color Cylindrical-coordinate representation of color #4593DB: hue angle of 208.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4593DB is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 147 | 219 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.14 |
| HSL | 208.8º | 0.68% | 0.56% | - |
| HSV(B) | 208.8º | 0.68% | 0.86% | - |
| XYZ | 25.67 | 27.25 | 70.92 | - |
| YUV | 131.89 | 177.16 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 147 | 219 | 0.68 | 0.33 | 0 | 0.14 | 208.8 | 0.68 | 0.56 |
| Hex | 45 | 93 | DB | 44 | 21 | 0 | E | D1 | 44 | 38 |
| Octal | 105 | 223 | 333 | 104 | 41 | 0 | 16 | 321 | 104 | 70 |
| Binary | 1000101 | 10010011 | 11011011 | 1000100 | 100001 | 0 | 1110 | 11010001 | 1000100 | 111000 |
Color Harmonies of #4593DB
Complementary color
Monochromatic Colors of #4593DB
Black with #4593DB
Text Example
Text Example
White with #4593DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4593DB; }
p { color: rgb(69,147,219); }
H1.HeaderClassName
{
color: #4593DB;
}
.AnyTagClassName
{
color: #4593DB;
}
</style>
background-color css
<style>
a { background-color: #4593DB; }
a { background-color: rgb(69,147,219); }
div.DivClassName
{
background-color: #4593DB;
}
.BgClassName
{
background-color: #4593DB;
}
</style>
border-color css
<style>
span { border-color: #4593DB; }
span { border-color: rgb(69,147,219); }
td.TdClassName
{
border-color: #4593DB;
}
.TagClassName
{
border-color: #4593DB;
}
</style>