Shades of Picton Blue #409ACD
Tints of Picton Blue #409ACD
RGB
CMYK
RGB Variations
Color information
#409ACD (or 0x409ACD) is known color: Picton Blue. HEX triplet: 40, 9A and CD. RGB value is (64,154,205). Sum of RGB (Red+Green+Blue) = 64+154+205=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #409ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409ACD is #BF6532. Grayscale: #848484. Windows color (decimal): -12543283 or 13474368. OLE color: 13474368.
HSL color Cylindrical-coordinate representation of color #409ACD: hue angle of 201.7º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #409ACD is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 154 | 205 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.20 |
| HSL | 201.7º | 0.59% | 0.53% | - |
| HSV(B) | 201.7º | 0.69% | 0.8% | - |
| XYZ | 24.69 | 28.61 | 61.98 | - |
| YUV | 132.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 205 | 0.69 | 0.25 | 0 | 0.20 | 201.7 | 0.59 | 0.53 |
| Hex | 40 | 9A | CD | 45 | 19 | 0 | 14 | CA | 3B | 35 |
| Octal | 100 | 232 | 315 | 105 | 31 | 0 | 24 | 312 | 73 | 65 |
| Binary | 1000000 | 10011010 | 11001101 | 1000101 | 11001 | 0 | 10100 | 11001010 | 111011 | 110101 |
Color Harmonies of #409ACD
Complementary color
Monochromatic Colors of #409ACD
Black with #409ACD
Text Example
Text Example
White with #409ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409ACD; }
p { color: rgb(64,154,205); }
H1.HeaderClassName
{
color: #409ACD;
}
.AnyTagClassName
{
color: #409ACD;
}
</style>
background-color css
<style>
a { background-color: #409ACD; }
a { background-color: rgb(64,154,205); }
div.DivClassName
{
background-color: #409ACD;
}
.BgClassName
{
background-color: #409ACD;
}
</style>
border-color css
<style>
span { border-color: #409ACD; }
span { border-color: rgb(64,154,205); }
td.TdClassName
{
border-color: #409ACD;
}
.TagClassName
{
border-color: #409ACD;
}
</style>