Shades of Picton Blue #499CE7
Tints of Picton Blue #499CE7
RGB
CMYK
RGB Variations
Color information
#499CE7 (or 0x499CE7) is known color: Picton Blue. HEX triplet: 49, 9C and E7. RGB value is (73,156,231). Sum of RGB (Red+Green+Blue) = 73+156+231=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #499CE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CE7 is #B66318. Grayscale: #8B8B8B. Windows color (decimal): -11952921 or 15178825. OLE color: 15178825.
HSL color Cylindrical-coordinate representation of color #499CE7: hue angle of 208.48º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #499CE7 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 156 | 231 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.09 |
| HSL | 208.48º | 0.77% | 0.6% | - |
| HSV(B) | 208.48º | 0.68% | 0.91% | - |
| XYZ | 29.06 | 30.96 | 80.05 | - |
| YUV | 139.73 | 179.5 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 231 | 0.68 | 0.32 | 0 | 0.09 | 208.48 | 0.77 | 0.6 |
| Hex | 49 | 9C | E7 | 44 | 20 | 0 | 9 | D0 | 4D | 3C |
| Octal | 111 | 234 | 347 | 104 | 40 | 0 | 11 | 320 | 115 | 74 |
| Binary | 1001001 | 10011100 | 11100111 | 1000100 | 100000 | 0 | 1001 | 11010000 | 1001101 | 111100 |
Color Harmonies of #499CE7
Complementary color
Monochromatic Colors of #499CE7
Black with #499CE7
Text Example
Text Example
White with #499CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CE7; }
p { color: rgb(73,156,231); }
H1.HeaderClassName
{
color: #499CE7;
}
.AnyTagClassName
{
color: #499CE7;
}
</style>
background-color css
<style>
a { background-color: #499CE7; }
a { background-color: rgb(73,156,231); }
div.DivClassName
{
background-color: #499CE7;
}
.BgClassName
{
background-color: #499CE7;
}
</style>
border-color css
<style>
span { border-color: #499CE7; }
span { border-color: rgb(73,156,231); }
td.TdClassName
{
border-color: #499CE7;
}
.TagClassName
{
border-color: #499CE7;
}
</style>