Shades of Picton Blue #499ADC
Tints of Picton Blue #499ADC
RGB
CMYK
RGB Variations
Color information
#499ADC (or 0x499ADC) is known color: Picton Blue. HEX triplet: 49, 9A and DC. RGB value is (73,154,220). Sum of RGB (Red+Green+Blue) = 73+154+220=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #499ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ADC is #B66523. Grayscale: #888888. Windows color (decimal): -11953444 or 14457417. OLE color: 14457417.
HSL color Cylindrical-coordinate representation of color #499ADC: hue angle of 206.94º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499ADC is Cyan = 0.67, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 154 | 220 | - |
| CMYK | 0.67 | 0.3 | 0 | 0.14 |
| HSL | 206.94º | 0.68% | 0.57% | - |
| HSV(B) | 206.94º | 0.67% | 0.86% | - |
| XYZ | 27.22 | 29.69 | 72.01 | - |
| YUV | 137.31 | 174.66 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 220 | 0.67 | 0.3 | 0 | 0.14 | 206.94 | 0.68 | 0.57 |
| Hex | 49 | 9A | DC | 43 | 1E | 0 | E | CF | 44 | 39 |
| Octal | 111 | 232 | 334 | 103 | 36 | 0 | 16 | 317 | 104 | 71 |
| Binary | 1001001 | 10011010 | 11011100 | 1000011 | 11110 | 0 | 1110 | 11001111 | 1000100 | 111001 |
Color Harmonies of #499ADC
Complementary color
Monochromatic Colors of #499ADC
Black with #499ADC
Text Example
Text Example
White with #499ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499ADC; }
p { color: rgb(73,154,220); }
H1.HeaderClassName
{
color: #499ADC;
}
.AnyTagClassName
{
color: #499ADC;
}
</style>
background-color css
<style>
a { background-color: #499ADC; }
a { background-color: rgb(73,154,220); }
div.DivClassName
{
background-color: #499ADC;
}
.BgClassName
{
background-color: #499ADC;
}
</style>
border-color css
<style>
span { border-color: #499ADC; }
span { border-color: rgb(73,154,220); }
td.TdClassName
{
border-color: #499ADC;
}
.TagClassName
{
border-color: #499ADC;
}
</style>