Shades of Picton Blue #499CE2
Tints of Picton Blue #499CE2
RGB
CMYK
RGB Variations
Color information
#499CE2 (or 0x499CE2) is known color: Picton Blue. HEX triplet: 49, 9C and E2. RGB value is (73,156,226). Sum of RGB (Red+Green+Blue) = 73+156+226=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 226 (88.67% from 255 or 49.67% from 455); Max value from RGB is 226 - color contains mainly: blue. Hex color #499CE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CE2 is #B6631D. Grayscale: #8A8A8A. Windows color (decimal): -11952926 or 14851145. OLE color: 14851145.
HSL color Cylindrical-coordinate representation of color #499CE2: hue angle of 207.45º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #499CE2 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 156 | 226 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.11 |
| HSL | 207.45º | 0.73% | 0.59% | - |
| HSV(B) | 207.45º | 0.68% | 0.89% | - |
| XYZ | 28.36 | 30.68 | 76.38 | - |
| YUV | 139.16 | 177 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 226 | 0.68 | 0.31 | 0 | 0.11 | 207.45 | 0.73 | 0.59 |
| Hex | 49 | 9C | E2 | 44 | 1F | 0 | B | CF | 49 | 3B |
| Octal | 111 | 234 | 342 | 104 | 37 | 0 | 13 | 317 | 111 | 73 |
| Binary | 1001001 | 10011100 | 11100010 | 1000100 | 11111 | 0 | 1011 | 11001111 | 1001001 | 111011 |
Color Harmonies of #499CE2
Complementary color
Monochromatic Colors of #499CE2
Black with #499CE2
Text Example
Text Example
White with #499CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CE2; }
p { color: rgb(73,156,226); }
H1.HeaderClassName
{
color: #499CE2;
}
.AnyTagClassName
{
color: #499CE2;
}
</style>
background-color css
<style>
a { background-color: #499CE2; }
a { background-color: rgb(73,156,226); }
div.DivClassName
{
background-color: #499CE2;
}
.BgClassName
{
background-color: #499CE2;
}
</style>
border-color css
<style>
span { border-color: #499CE2; }
span { border-color: rgb(73,156,226); }
td.TdClassName
{
border-color: #499CE2;
}
.TagClassName
{
border-color: #499CE2;
}
</style>