Shades of Picton Blue #499ECE
Tints of Picton Blue #499ECE
RGB
CMYK
RGB Variations
Color information
#499ECE (or 0x499ECE) is known color: Picton Blue. HEX triplet: 49, 9E and CE. RGB value is (73,158,206). Sum of RGB (Red+Green+Blue) = 73+158+206=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #499ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ECE is #B66131. Grayscale: #898989. Windows color (decimal): -11952434 or 13540937. OLE color: 13540937.
HSL color Cylindrical-coordinate representation of color #499ECE: hue angle of 201.65º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499ECE is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 158 | 206 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.19 |
| HSL | 201.65º | 0.58% | 0.55% | - |
| HSV(B) | 201.65º | 0.65% | 0.81% | - |
| XYZ | 26.12 | 30.33 | 62.87 | - |
| YUV | 138.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 206 | 0.65 | 0.23 | 0 | 0.19 | 201.65 | 0.58 | 0.55 |
| Hex | 49 | 9E | CE | 41 | 17 | 0 | 13 | CA | 3A | 37 |
| Octal | 111 | 236 | 316 | 101 | 27 | 0 | 23 | 312 | 72 | 67 |
| Binary | 1001001 | 10011110 | 11001110 | 1000001 | 10111 | 0 | 10011 | 11001010 | 111010 | 110111 |
Color Harmonies of #499ECE
Complementary color
Monochromatic Colors of #499ECE
Black with #499ECE
Text Example
Text Example
White with #499ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499ECE; }
p { color: rgb(73,158,206); }
H1.HeaderClassName
{
color: #499ECE;
}
.AnyTagClassName
{
color: #499ECE;
}
</style>
background-color css
<style>
a { background-color: #499ECE; }
a { background-color: rgb(73,158,206); }
div.DivClassName
{
background-color: #499ECE;
}
.BgClassName
{
background-color: #499ECE;
}
</style>
border-color css
<style>
span { border-color: #499ECE; }
span { border-color: rgb(73,158,206); }
td.TdClassName
{
border-color: #499ECE;
}
.TagClassName
{
border-color: #499ECE;
}
</style>