Shades of Picton Blue #4294DA
Tints of Picton Blue #4294DA
RGB
CMYK
RGB Variations
Color information
#4294DA (or 0x4294DA) is known color: Picton Blue. HEX triplet: 42, 94 and DA. RGB value is (66,148,218). Sum of RGB (Red+Green+Blue) = 66+148+218=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #4294DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4294DA is #BD6B25. Grayscale: #838383. Windows color (decimal): -12413734 or 14324802. OLE color: 14324802.
HSL color Cylindrical-coordinate representation of color #4294DA: hue angle of 207.63º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4294DA is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 148 | 218 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.15 |
| HSL | 207.63º | 0.67% | 0.56% | - |
| HSV(B) | 207.63º | 0.7% | 0.85% | - |
| XYZ | 25.49 | 27.4 | 70.27 | - |
| YUV | 131.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 218 | 0.70 | 0.32 | 0 | 0.15 | 207.63 | 0.67 | 0.56 |
| Hex | 42 | 94 | DA | 46 | 20 | 0 | F | D0 | 43 | 38 |
| Octal | 102 | 224 | 332 | 106 | 40 | 0 | 17 | 320 | 103 | 70 |
| Binary | 1000010 | 10010100 | 11011010 | 1000110 | 100000 | 0 | 1111 | 11010000 | 1000011 | 111000 |
Color Harmonies of #4294DA
Complementary color
Monochromatic Colors of #4294DA
Black with #4294DA
Text Example
Text Example
White with #4294DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4294DA; }
p { color: rgb(66,148,218); }
H1.HeaderClassName
{
color: #4294DA;
}
.AnyTagClassName
{
color: #4294DA;
}
</style>
background-color css
<style>
a { background-color: #4294DA; }
a { background-color: rgb(66,148,218); }
div.DivClassName
{
background-color: #4294DA;
}
.BgClassName
{
background-color: #4294DA;
}
</style>
border-color css
<style>
span { border-color: #4294DA; }
span { border-color: rgb(66,148,218); }
td.TdClassName
{
border-color: #4294DA;
}
.TagClassName
{
border-color: #4294DA;
}
</style>