Shades of Picton Blue #409AD1
Tints of Picton Blue #409AD1
RGB
CMYK
RGB Variations
Color information
#409AD1 (or 0x409AD1) is known color: Picton Blue. HEX triplet: 40, 9A and D1. RGB value is (64,154,209). Sum of RGB (Red+Green+Blue) = 64+154+209=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #409AD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409AD1 is #BF652E. Grayscale: #858585. Windows color (decimal): -12543279 or 13736512. OLE color: 13736512.
HSL color Cylindrical-coordinate representation of color #409AD1: hue angle of 202.76º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #409AD1 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 154 | 209 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.18 |
| HSL | 202.76º | 0.61% | 0.54% | - |
| HSV(B) | 202.76º | 0.69% | 0.82% | - |
| XYZ | 25.18 | 28.8 | 64.55 | - |
| YUV | 133.36 | 170.68 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 209 | 0.69 | 0.26 | 0 | 0.18 | 202.76 | 0.61 | 0.54 |
| Hex | 40 | 9A | D1 | 45 | 1A | 0 | 12 | CB | 3D | 36 |
| Octal | 100 | 232 | 321 | 105 | 32 | 0 | 22 | 313 | 75 | 66 |
| Binary | 1000000 | 10011010 | 11010001 | 1000101 | 11010 | 0 | 10010 | 11001011 | 111101 | 110110 |
Color Harmonies of #409AD1
Complementary color
Monochromatic Colors of #409AD1
Black with #409AD1
Text Example
Text Example
White with #409AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409AD1; }
p { color: rgb(64,154,209); }
H1.HeaderClassName
{
color: #409AD1;
}
.AnyTagClassName
{
color: #409AD1;
}
</style>
background-color css
<style>
a { background-color: #409AD1; }
a { background-color: rgb(64,154,209); }
div.DivClassName
{
background-color: #409AD1;
}
.BgClassName
{
background-color: #409AD1;
}
</style>
border-color css
<style>
span { border-color: #409AD1; }
span { border-color: rgb(64,154,209); }
td.TdClassName
{
border-color: #409AD1;
}
.TagClassName
{
border-color: #409AD1;
}
</style>