Shades of Picton Blue #4296CF
Tints of Picton Blue #4296CF
RGB
CMYK
RGB Variations
Color information
#4296CF (or 0x4296CF) is known color: Picton Blue. HEX triplet: 42, 96 and CF. RGB value is (66,150,207). Sum of RGB (Red+Green+Blue) = 66+150+207=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #4296CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4296CF is #BD6930. Grayscale: #838383. Windows color (decimal): -12413233 or 13604418. OLE color: 13604418.
HSL color Cylindrical-coordinate representation of color #4296CF: hue angle of 204.26º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4296CF is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 150 | 207 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.19 |
| HSL | 204.26º | 0.59% | 0.54% | - |
| HSV(B) | 204.26º | 0.68% | 0.81% | - |
| XYZ | 24.42 | 27.48 | 63.05 | - |
| YUV | 131.38 | 170.67 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 207 | 0.68 | 0.28 | 0 | 0.19 | 204.26 | 0.59 | 0.54 |
| Hex | 42 | 96 | CF | 44 | 1C | 0 | 13 | CC | 3B | 36 |
| Octal | 102 | 226 | 317 | 104 | 34 | 0 | 23 | 314 | 73 | 66 |
| Binary | 1000010 | 10010110 | 11001111 | 1000100 | 11100 | 0 | 10011 | 11001100 | 111011 | 110110 |
Color Harmonies of #4296CF
Complementary color
Monochromatic Colors of #4296CF
Black with #4296CF
Text Example
Text Example
White with #4296CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4296CF; }
p { color: rgb(66,150,207); }
H1.HeaderClassName
{
color: #4296CF;
}
.AnyTagClassName
{
color: #4296CF;
}
</style>
background-color css
<style>
a { background-color: #4296CF; }
a { background-color: rgb(66,150,207); }
div.DivClassName
{
background-color: #4296CF;
}
.BgClassName
{
background-color: #4296CF;
}
</style>
border-color css
<style>
span { border-color: #4296CF; }
span { border-color: rgb(66,150,207); }
td.TdClassName
{
border-color: #4296CF;
}
.TagClassName
{
border-color: #4296CF;
}
</style>