Shades of Picton Blue #429BC9
Tints of Picton Blue #429BC9
RGB
CMYK
RGB Variations
Color information
#429BC9 (or 0x429BC9) is known color: Picton Blue. HEX triplet: 42, 9B and C9. RGB value is (66,155,201). Sum of RGB (Red+Green+Blue) = 66+155+201=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #429BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BC9 is #BD6436. Grayscale: #858585. Windows color (decimal): -12411959 or 13212482. OLE color: 13212482.
HSL color Cylindrical-coordinate representation of color #429BC9: hue angle of 200.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #429BC9 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 155 | 201 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.21 |
| HSL | 200.44º | 0.56% | 0.52% | - |
| HSV(B) | 200.44º | 0.67% | 0.79% | - |
| XYZ | 24.51 | 28.82 | 59.53 | - |
| YUV | 133.63 | 166.01 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 201 | 0.67 | 0.23 | 0 | 0.21 | 200.44 | 0.56 | 0.52 |
| Hex | 42 | 9B | C9 | 43 | 17 | 0 | 15 | C8 | 38 | 34 |
| Octal | 102 | 233 | 311 | 103 | 27 | 0 | 25 | 310 | 70 | 64 |
| Binary | 1000010 | 10011011 | 11001001 | 1000011 | 10111 | 0 | 10101 | 11001000 | 111000 | 110100 |
Color Harmonies of #429BC9
Complementary color
Monochromatic Colors of #429BC9
Black with #429BC9
Text Example
Text Example
White with #429BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BC9; }
p { color: rgb(66,155,201); }
H1.HeaderClassName
{
color: #429BC9;
}
.AnyTagClassName
{
color: #429BC9;
}
</style>
background-color css
<style>
a { background-color: #429BC9; }
a { background-color: rgb(66,155,201); }
div.DivClassName
{
background-color: #429BC9;
}
.BgClassName
{
background-color: #429BC9;
}
</style>
border-color css
<style>
span { border-color: #429BC9; }
span { border-color: rgb(66,155,201); }
td.TdClassName
{
border-color: #429BC9;
}
.TagClassName
{
border-color: #429BC9;
}
</style>