Shades of Picton Blue #49A2DC
Tints of Picton Blue #49A2DC
RGB
CMYK
RGB Variations
Color information
#49A2DC (or 0x49A2DC) is known color: Picton Blue. HEX triplet: 49, A2 and DC. RGB value is (73,162,220). Sum of RGB (Red+Green+Blue) = 73+162+220=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #49A2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A2DC is #B65D23. Grayscale: #8D8D8D. Windows color (decimal): -11951396 or 14459465. OLE color: 14459465.
HSL color Cylindrical-coordinate representation of color #49A2DC: hue angle of 203.67º 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 #49A2DC is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 162 | 220 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.14 |
| HSL | 203.67º | 0.68% | 0.57% | - |
| HSV(B) | 203.67º | 0.67% | 0.86% | - |
| XYZ | 28.59 | 32.42 | 72.46 | - |
| YUV | 142 | 172.01 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 220 | 0.67 | 0.26 | 0 | 0.14 | 203.67 | 0.68 | 0.57 |
| Hex | 49 | A2 | DC | 43 | 1A | 0 | E | CC | 44 | 39 |
| Octal | 111 | 242 | 334 | 103 | 32 | 0 | 16 | 314 | 104 | 71 |
| Binary | 1001001 | 10100010 | 11011100 | 1000011 | 11010 | 0 | 1110 | 11001100 | 1000100 | 111001 |
Color Harmonies of #49A2DC
Complementary color
Monochromatic Colors of #49A2DC
Black with #49A2DC
Text Example
Text Example
White with #49A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A2DC; }
p { color: rgb(73,162,220); }
H1.HeaderClassName
{
color: #49A2DC;
}
.AnyTagClassName
{
color: #49A2DC;
}
</style>
background-color css
<style>
a { background-color: #49A2DC; }
a { background-color: rgb(73,162,220); }
div.DivClassName
{
background-color: #49A2DC;
}
.BgClassName
{
background-color: #49A2DC;
}
</style>
border-color css
<style>
span { border-color: #49A2DC; }
span { border-color: rgb(73,162,220); }
td.TdClassName
{
border-color: #49A2DC;
}
.TagClassName
{
border-color: #49A2DC;
}
</style>