Shades of Picton Blue #409BCD
Tints of Picton Blue #409BCD
RGB
CMYK
RGB Variations
Color information
#409BCD (or 0x409BCD) is known color: Picton Blue. HEX triplet: 40, 9B and CD. RGB value is (64,155,205). Sum of RGB (Red+Green+Blue) = 64+155+205=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #409BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409BCD is #BF6432. Grayscale: #858585. Windows color (decimal): -12543027 or 13474624. OLE color: 13474624.
HSL color Cylindrical-coordinate representation of color #409BCD: hue angle of 201.28º 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 #409BCD is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 155 | 205 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.20 |
| HSL | 201.28º | 0.59% | 0.53% | - |
| HSV(B) | 201.28º | 0.69% | 0.8% | - |
| XYZ | 24.86 | 28.94 | 62.03 | - |
| YUV | 133.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 205 | 0.69 | 0.24 | 0 | 0.20 | 201.28 | 0.59 | 0.53 |
| Hex | 40 | 9B | CD | 45 | 18 | 0 | 14 | C9 | 3B | 35 |
| Octal | 100 | 233 | 315 | 105 | 30 | 0 | 24 | 311 | 73 | 65 |
| Binary | 1000000 | 10011011 | 11001101 | 1000101 | 11000 | 0 | 10100 | 11001001 | 111011 | 110101 |
Color Harmonies of #409BCD
Complementary color
Monochromatic Colors of #409BCD
Black with #409BCD
Text Example
Text Example
White with #409BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BCD; }
p { color: rgb(64,155,205); }
H1.HeaderClassName
{
color: #409BCD;
}
.AnyTagClassName
{
color: #409BCD;
}
</style>
background-color css
<style>
a { background-color: #409BCD; }
a { background-color: rgb(64,155,205); }
div.DivClassName
{
background-color: #409BCD;
}
.BgClassName
{
background-color: #409BCD;
}
</style>
border-color css
<style>
span { border-color: #409BCD; }
span { border-color: rgb(64,155,205); }
td.TdClassName
{
border-color: #409BCD;
}
.TagClassName
{
border-color: #409BCD;
}
</style>