Shades of Picton Blue #499BDA
Tints of Picton Blue #499BDA
RGB
CMYK
RGB Variations
Color information
#499BDA (or 0x499BDA) is known color: Picton Blue. HEX triplet: 49, 9B and DA. RGB value is (73,155,218). Sum of RGB (Red+Green+Blue) = 73+155+218=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #499BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BDA is #B66425. Grayscale: #898989. Windows color (decimal): -11953190 or 14326601. OLE color: 14326601.
HSL color Cylindrical-coordinate representation of color #499BDA: hue angle of 206.07º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499BDA is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 155 | 218 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.15 |
| HSL | 206.07º | 0.66% | 0.57% | - |
| HSV(B) | 206.07º | 0.67% | 0.85% | - |
| XYZ | 27.12 | 29.92 | 70.68 | - |
| YUV | 137.66 | 173.33 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 218 | 0.67 | 0.29 | 0 | 0.15 | 206.07 | 0.66 | 0.57 |
| Hex | 49 | 9B | DA | 43 | 1D | 0 | F | CE | 42 | 39 |
| Octal | 111 | 233 | 332 | 103 | 35 | 0 | 17 | 316 | 102 | 71 |
| Binary | 1001001 | 10011011 | 11011010 | 1000011 | 11101 | 0 | 1111 | 11001110 | 1000010 | 111001 |
Color Harmonies of #499BDA
Complementary color
Monochromatic Colors of #499BDA
Black with #499BDA
Text Example
Text Example
White with #499BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BDA; }
p { color: rgb(73,155,218); }
H1.HeaderClassName
{
color: #499BDA;
}
.AnyTagClassName
{
color: #499BDA;
}
</style>
background-color css
<style>
a { background-color: #499BDA; }
a { background-color: rgb(73,155,218); }
div.DivClassName
{
background-color: #499BDA;
}
.BgClassName
{
background-color: #499BDA;
}
</style>
border-color css
<style>
span { border-color: #499BDA; }
span { border-color: rgb(73,155,218); }
td.TdClassName
{
border-color: #499BDA;
}
.TagClassName
{
border-color: #499BDA;
}
</style>