Shades of Picton Blue #4091DB
Tints of Picton Blue #4091DB
RGB
CMYK
RGB Variations
Color information
#4091DB (or 0x4091DB) is known color: Picton Blue. HEX triplet: 40, 91 and DB. RGB value is (64,145,219). Sum of RGB (Red+Green+Blue) = 64+145+219=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #4091DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4091DB is #BF6E24. Grayscale: #808080. Windows color (decimal): -12545573 or 14389568. OLE color: 14389568.
HSL color Cylindrical-coordinate representation of color #4091DB: hue angle of 208.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4091DB is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 145 | 219 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.14 |
| HSL | 208.65º | 0.68% | 0.55% | - |
| HSV(B) | 208.65º | 0.71% | 0.86% | - |
| XYZ | 25.03 | 26.46 | 70.81 | - |
| YUV | 129.22 | 178.66 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 219 | 0.71 | 0.34 | 0 | 0.14 | 208.65 | 0.68 | 0.55 |
| Hex | 40 | 91 | DB | 47 | 22 | 0 | E | D1 | 44 | 37 |
| Octal | 100 | 221 | 333 | 107 | 42 | 0 | 16 | 321 | 104 | 67 |
| Binary | 1000000 | 10010001 | 11011011 | 1000111 | 100010 | 0 | 1110 | 11010001 | 1000100 | 110111 |
Color Harmonies of #4091DB
Complementary color
Monochromatic Colors of #4091DB
Black with #4091DB
Text Example
Text Example
White with #4091DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4091DB; }
p { color: rgb(64,145,219); }
H1.HeaderClassName
{
color: #4091DB;
}
.AnyTagClassName
{
color: #4091DB;
}
</style>
background-color css
<style>
a { background-color: #4091DB; }
a { background-color: rgb(64,145,219); }
div.DivClassName
{
background-color: #4091DB;
}
.BgClassName
{
background-color: #4091DB;
}
</style>
border-color css
<style>
span { border-color: #4091DB; }
span { border-color: rgb(64,145,219); }
td.TdClassName
{
border-color: #4091DB;
}
.TagClassName
{
border-color: #4091DB;
}
</style>