Shades of Picton Blue #499BDE
Tints of Picton Blue #499BDE
RGB
CMYK
RGB Variations
Color information
#499BDE (or 0x499BDE) is known color: Picton Blue. HEX triplet: 49, 9B and DE. RGB value is (73,155,222). Sum of RGB (Red+Green+Blue) = 73+155+222=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #499BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BDE is #B66421. Grayscale: #898989. Windows color (decimal): -11953186 or 14588745. OLE color: 14588745.
HSL color Cylindrical-coordinate representation of color #499BDE: hue angle of 206.98º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499BDE is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 155 | 222 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.13 |
| HSL | 206.98º | 0.69% | 0.58% | - |
| HSV(B) | 206.98º | 0.67% | 0.87% | - |
| XYZ | 27.65 | 30.13 | 73.47 | - |
| YUV | 138.12 | 175.33 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 222 | 0.67 | 0.30 | 0 | 0.13 | 206.98 | 0.69 | 0.58 |
| Hex | 49 | 9B | DE | 43 | 1E | 0 | D | CF | 45 | 3A |
| Octal | 111 | 233 | 336 | 103 | 36 | 0 | 15 | 317 | 105 | 72 |
| Binary | 1001001 | 10011011 | 11011110 | 1000011 | 11110 | 0 | 1101 | 11001111 | 1000101 | 111010 |
Color Harmonies of #499BDE
Complementary color
Monochromatic Colors of #499BDE
Black with #499BDE
Text Example
Text Example
White with #499BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BDE; }
p { color: rgb(73,155,222); }
H1.HeaderClassName
{
color: #499BDE;
}
.AnyTagClassName
{
color: #499BDE;
}
</style>
background-color css
<style>
a { background-color: #499BDE; }
a { background-color: rgb(73,155,222); }
div.DivClassName
{
background-color: #499BDE;
}
.BgClassName
{
background-color: #499BDE;
}
</style>
border-color css
<style>
span { border-color: #499BDE; }
span { border-color: rgb(73,155,222); }
td.TdClassName
{
border-color: #499BDE;
}
.TagClassName
{
border-color: #499BDE;
}
</style>