Shades of Picton Blue #4294D1
Tints of Picton Blue #4294D1
RGB
CMYK
RGB Variations
Color information
#4294D1 (or 0x4294D1) is known color: Picton Blue. HEX triplet: 42, 94 and D1. RGB value is (66,148,209). Sum of RGB (Red+Green+Blue) = 66+148+209=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #4294D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4294D1 is #BD6B2E. Grayscale: #828282. Windows color (decimal): -12413743 or 13734978. OLE color: 13734978.
HSL color Cylindrical-coordinate representation of color #4294D1: hue angle of 205.59º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4294D1 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 148 | 209 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.18 |
| HSL | 205.59º | 0.61% | 0.54% | - |
| HSV(B) | 205.59º | 0.68% | 0.82% | - |
| XYZ | 24.35 | 26.94 | 64.24 | - |
| YUV | 130.44 | 172.33 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 209 | 0.68 | 0.29 | 0 | 0.18 | 205.59 | 0.61 | 0.54 |
| Hex | 42 | 94 | D1 | 44 | 1D | 0 | 12 | CE | 3D | 36 |
| Octal | 102 | 224 | 321 | 104 | 35 | 0 | 22 | 316 | 75 | 66 |
| Binary | 1000010 | 10010100 | 11010001 | 1000100 | 11101 | 0 | 10010 | 11001110 | 111101 | 110110 |
Color Harmonies of #4294D1
Complementary color
Monochromatic Colors of #4294D1
Black with #4294D1
Text Example
Text Example
White with #4294D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4294D1; }
p { color: rgb(66,148,209); }
H1.HeaderClassName
{
color: #4294D1;
}
.AnyTagClassName
{
color: #4294D1;
}
</style>
background-color css
<style>
a { background-color: #4294D1; }
a { background-color: rgb(66,148,209); }
div.DivClassName
{
background-color: #4294D1;
}
.BgClassName
{
background-color: #4294D1;
}
</style>
border-color css
<style>
span { border-color: #4294D1; }
span { border-color: rgb(66,148,209); }
td.TdClassName
{
border-color: #4294D1;
}
.TagClassName
{
border-color: #4294D1;
}
</style>