Shades of Picton Blue #499CDD
Tints of Picton Blue #499CDD
RGB
CMYK
RGB Variations
Color information
#499CDD (or 0x499CDD) is known color: Picton Blue. HEX triplet: 49, 9C and DD. RGB value is (73,156,221). Sum of RGB (Red+Green+Blue) = 73+156+221=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #499CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CDD is #B66322. Grayscale: #8A8A8A. Windows color (decimal): -11952931 or 14523465. OLE color: 14523465.
HSL color Cylindrical-coordinate representation of color #499CDD: hue angle of 206.35º 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 #499CDD is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 156 | 221 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.13 |
| HSL | 206.35º | 0.69% | 0.58% | - |
| HSV(B) | 206.35º | 0.67% | 0.87% | - |
| XYZ | 27.69 | 30.41 | 72.82 | - |
| YUV | 138.59 | 174.5 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 221 | 0.67 | 0.29 | 0 | 0.13 | 206.35 | 0.69 | 0.58 |
| Hex | 49 | 9C | DD | 43 | 1D | 0 | D | CE | 45 | 3A |
| Octal | 111 | 234 | 335 | 103 | 35 | 0 | 15 | 316 | 105 | 72 |
| Binary | 1001001 | 10011100 | 11011101 | 1000011 | 11101 | 0 | 1101 | 11001110 | 1000101 | 111010 |
Color Harmonies of #499CDD
Complementary color
Monochromatic Colors of #499CDD
Black with #499CDD
Text Example
Text Example
White with #499CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CDD; }
p { color: rgb(73,156,221); }
H1.HeaderClassName
{
color: #499CDD;
}
.AnyTagClassName
{
color: #499CDD;
}
</style>
background-color css
<style>
a { background-color: #499CDD; }
a { background-color: rgb(73,156,221); }
div.DivClassName
{
background-color: #499CDD;
}
.BgClassName
{
background-color: #499CDD;
}
</style>
border-color css
<style>
span { border-color: #499CDD; }
span { border-color: rgb(73,156,221); }
td.TdClassName
{
border-color: #499CDD;
}
.TagClassName
{
border-color: #499CDD;
}
</style>