Shades of Picton Blue #429BD4
Tints of Picton Blue #429BD4
RGB
CMYK
RGB Variations
Color information
#429BD4 (or 0x429BD4) is known color: Picton Blue. HEX triplet: 42, 9B and D4. RGB value is (66,155,212). Sum of RGB (Red+Green+Blue) = 66+155+212=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 212 - color contains mainly: blue. Hex color #429BD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BD4 is #BD642B. Grayscale: #868686. Windows color (decimal): -12411948 or 13933378. OLE color: 13933378.
HSL color Cylindrical-coordinate representation of color #429BD4: hue angle of 203.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #429BD4 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 155 | 212 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.17 |
| HSL | 203.42º | 0.63% | 0.55% | - |
| HSV(B) | 203.42º | 0.69% | 0.83% | - |
| XYZ | 25.85 | 29.35 | 66.59 | - |
| YUV | 134.89 | 171.51 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 212 | 0.69 | 0.27 | 0 | 0.17 | 203.42 | 0.63 | 0.55 |
| Hex | 42 | 9B | D4 | 45 | 1B | 0 | 11 | CB | 3F | 37 |
| Octal | 102 | 233 | 324 | 105 | 33 | 0 | 21 | 313 | 77 | 67 |
| Binary | 1000010 | 10011011 | 11010100 | 1000101 | 11011 | 0 | 10001 | 11001011 | 111111 | 110111 |
Color Harmonies of #429BD4
Complementary color
Monochromatic Colors of #429BD4
Black with #429BD4
Text Example
Text Example
White with #429BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BD4; }
p { color: rgb(66,155,212); }
H1.HeaderClassName
{
color: #429BD4;
}
.AnyTagClassName
{
color: #429BD4;
}
</style>
background-color css
<style>
a { background-color: #429BD4; }
a { background-color: rgb(66,155,212); }
div.DivClassName
{
background-color: #429BD4;
}
.BgClassName
{
background-color: #429BD4;
}
</style>
border-color css
<style>
span { border-color: #429BD4; }
span { border-color: rgb(66,155,212); }
td.TdClassName
{
border-color: #429BD4;
}
.TagClassName
{
border-color: #429BD4;
}
</style>