Shades of Picton Blue #4196CF
Tints of Picton Blue #4196CF
RGB
CMYK
RGB Variations
Color information
#4196CF (or 0x4196CF) is known color: Picton Blue. HEX triplet: 41, 96 and CF. RGB value is (65,150,207). Sum of RGB (Red+Green+Blue) = 65+150+207=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #4196CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4196CF is #BE6930. Grayscale: #828282. Windows color (decimal): -12478769 or 13604417. OLE color: 13604417.
HSL color Cylindrical-coordinate representation of color #4196CF: hue angle of 204.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4196CF is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 150 | 207 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.19 |
| HSL | 204.08º | 0.6% | 0.53% | - |
| HSV(B) | 204.08º | 0.69% | 0.81% | - |
| XYZ | 24.35 | 27.44 | 63.04 | - |
| YUV | 131.08 | 170.84 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 150 | 207 | 0.69 | 0.28 | 0 | 0.19 | 204.08 | 0.6 | 0.53 |
| Hex | 41 | 96 | CF | 45 | 1C | 0 | 13 | CC | 3C | 35 |
| Octal | 101 | 226 | 317 | 105 | 34 | 0 | 23 | 314 | 74 | 65 |
| Binary | 1000001 | 10010110 | 11001111 | 1000101 | 11100 | 0 | 10011 | 11001100 | 111100 | 110101 |
Color Harmonies of #4196CF
Complementary color
Monochromatic Colors of #4196CF
Black with #4196CF
Text Example
Text Example
White with #4196CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4196CF; }
p { color: rgb(65,150,207); }
H1.HeaderClassName
{
color: #4196CF;
}
.AnyTagClassName
{
color: #4196CF;
}
</style>
background-color css
<style>
a { background-color: #4196CF; }
a { background-color: rgb(65,150,207); }
div.DivClassName
{
background-color: #4196CF;
}
.BgClassName
{
background-color: #4196CF;
}
</style>
border-color css
<style>
span { border-color: #4196CF; }
span { border-color: rgb(65,150,207); }
td.TdClassName
{
border-color: #4196CF;
}
.TagClassName
{
border-color: #4196CF;
}
</style>