Shades of Picton Blue #4291D7
Tints of Picton Blue #4291D7
RGB
CMYK
RGB Variations
Color information
#4291D7 (or 0x4291D7) is known color: Picton Blue. HEX triplet: 42, 91 and D7. RGB value is (66,145,215). Sum of RGB (Red+Green+Blue) = 66+145+215=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #4291D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4291D7 is #BD6E28. Grayscale: #818181. Windows color (decimal): -12414505 or 14127426. OLE color: 14127426.
HSL color Cylindrical-coordinate representation of color #4291D7: hue angle of 208.19º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4291D7 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 145 | 215 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.16 |
| HSL | 208.19º | 0.65% | 0.55% | - |
| HSV(B) | 208.19º | 0.69% | 0.84% | - |
| XYZ | 24.64 | 26.32 | 68.07 | - |
| YUV | 129.36 | 176.33 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 215 | 0.69 | 0.33 | 0 | 0.16 | 208.19 | 0.65 | 0.55 |
| Hex | 42 | 91 | D7 | 45 | 21 | 0 | 10 | D0 | 41 | 37 |
| Octal | 102 | 221 | 327 | 105 | 41 | 0 | 20 | 320 | 101 | 67 |
| Binary | 1000010 | 10010001 | 11010111 | 1000101 | 100001 | 0 | 10000 | 11010000 | 1000001 | 110111 |
Color Harmonies of #4291D7
Complementary color
Monochromatic Colors of #4291D7
Black with #4291D7
Text Example
Text Example
White with #4291D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4291D7; }
p { color: rgb(66,145,215); }
H1.HeaderClassName
{
color: #4291D7;
}
.AnyTagClassName
{
color: #4291D7;
}
</style>
background-color css
<style>
a { background-color: #4291D7; }
a { background-color: rgb(66,145,215); }
div.DivClassName
{
background-color: #4291D7;
}
.BgClassName
{
background-color: #4291D7;
}
</style>
border-color css
<style>
span { border-color: #4291D7; }
span { border-color: rgb(66,145,215); }
td.TdClassName
{
border-color: #4291D7;
}
.TagClassName
{
border-color: #4291D7;
}
</style>