Shades of Picton Blue #4496CF
Tints of Picton Blue #4496CF
RGB
CMYK
RGB Variations
Color information
#4496CF (or 0x4496CF) is known color: Picton Blue. HEX triplet: 44, 96 and CF. RGB value is (68,150,207). Sum of RGB (Red+Green+Blue) = 68+150+207=425 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #4496CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496CF is #BB6930. Grayscale: #838383. Windows color (decimal): -12282161 or 13604420. OLE color: 13604420.
HSL color Cylindrical-coordinate representation of color #4496CF: hue angle of 204.6º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4496CF is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 150 | 207 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.19 |
| HSL | 204.6º | 0.59% | 0.54% | - |
| HSV(B) | 204.6º | 0.67% | 0.81% | - |
| XYZ | 24.55 | 27.55 | 63.05 | - |
| YUV | 131.98 | 170.33 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 207 | 0.67 | 0.28 | 0 | 0.19 | 204.6 | 0.59 | 0.54 |
| Hex | 44 | 96 | CF | 43 | 1C | 0 | 13 | CD | 3B | 36 |
| Octal | 104 | 226 | 317 | 103 | 34 | 0 | 23 | 315 | 73 | 66 |
| Binary | 1000100 | 10010110 | 11001111 | 1000011 | 11100 | 0 | 10011 | 11001101 | 111011 | 110110 |
Color Harmonies of #4496CF
Complementary color
Monochromatic Colors of #4496CF
Black with #4496CF
Text Example
Text Example
White with #4496CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4496CF; }
p { color: rgb(68,150,207); }
H1.HeaderClassName
{
color: #4496CF;
}
.AnyTagClassName
{
color: #4496CF;
}
</style>
background-color css
<style>
a { background-color: #4496CF; }
a { background-color: rgb(68,150,207); }
div.DivClassName
{
background-color: #4496CF;
}
.BgClassName
{
background-color: #4496CF;
}
</style>
border-color css
<style>
span { border-color: #4496CF; }
span { border-color: rgb(68,150,207); }
td.TdClassName
{
border-color: #4496CF;
}
.TagClassName
{
border-color: #4496CF;
}
</style>