Shades of Picton Blue #4091DA
Tints of Picton Blue #4091DA
RGB
CMYK
RGB Variations
Color information
#4091DA (or 0x4091DA) is known color: Picton Blue. HEX triplet: 40, 91 and DA. RGB value is (64,145,218). Sum of RGB (Red+Green+Blue) = 64+145+218=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #4091DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4091DA is #BF6E25. Grayscale: #808080. Windows color (decimal): -12545574 or 14324032. OLE color: 14324032.
HSL color Cylindrical-coordinate representation of color #4091DA: hue angle of 208.44º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4091DA is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 145 | 218 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.15 |
| HSL | 208.44º | 0.68% | 0.55% | - |
| HSV(B) | 208.44º | 0.71% | 0.85% | - |
| XYZ | 24.89 | 26.4 | 70.11 | - |
| YUV | 129.1 | 178.16 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 218 | 0.71 | 0.33 | 0 | 0.15 | 208.44 | 0.68 | 0.55 |
| Hex | 40 | 91 | DA | 47 | 21 | 0 | F | D0 | 44 | 37 |
| Octal | 100 | 221 | 332 | 107 | 41 | 0 | 17 | 320 | 104 | 67 |
| Binary | 1000000 | 10010001 | 11011010 | 1000111 | 100001 | 0 | 1111 | 11010000 | 1000100 | 110111 |
Color Harmonies of #4091DA
Complementary color
Monochromatic Colors of #4091DA
Black with #4091DA
Text Example
Text Example
White with #4091DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4091DA; }
p { color: rgb(64,145,218); }
H1.HeaderClassName
{
color: #4091DA;
}
.AnyTagClassName
{
color: #4091DA;
}
</style>
background-color css
<style>
a { background-color: #4091DA; }
a { background-color: rgb(64,145,218); }
div.DivClassName
{
background-color: #4091DA;
}
.BgClassName
{
background-color: #4091DA;
}
</style>
border-color css
<style>
span { border-color: #4091DA; }
span { border-color: rgb(64,145,218); }
td.TdClassName
{
border-color: #4091DA;
}
.TagClassName
{
border-color: #4091DA;
}
</style>