Shades of Picton Blue #49A2CE
Tints of Picton Blue #49A2CE
RGB
CMYK
RGB Variations
Color information
#49A2CE (or 0x49A2CE) is known color: Picton Blue. HEX triplet: 49, A2 and CE. RGB value is (73,162,206). Sum of RGB (Red+Green+Blue) = 73+162+206=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #49A2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A2CE is #B65D31. Grayscale: #8C8C8C. Windows color (decimal): -11951410 or 13541961. OLE color: 13541961.
HSL color Cylindrical-coordinate representation of color #49A2CE: hue angle of 199.85º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49A2CE is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 162 | 206 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.19 |
| HSL | 199.85º | 0.58% | 0.55% | - |
| HSV(B) | 199.85º | 0.65% | 0.81% | - |
| XYZ | 26.81 | 31.71 | 63.1 | - |
| YUV | 140.41 | 165.01 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 206 | 0.65 | 0.21 | 0 | 0.19 | 199.85 | 0.58 | 0.55 |
| Hex | 49 | A2 | CE | 41 | 15 | 0 | 13 | C8 | 3A | 37 |
| Octal | 111 | 242 | 316 | 101 | 25 | 0 | 23 | 310 | 72 | 67 |
| Binary | 1001001 | 10100010 | 11001110 | 1000001 | 10101 | 0 | 10011 | 11001000 | 111010 | 110111 |
Color Harmonies of #49A2CE
Complementary color
Monochromatic Colors of #49A2CE
Black with #49A2CE
Text Example
Text Example
White with #49A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A2CE; }
p { color: rgb(73,162,206); }
H1.HeaderClassName
{
color: #49A2CE;
}
.AnyTagClassName
{
color: #49A2CE;
}
</style>
background-color css
<style>
a { background-color: #49A2CE; }
a { background-color: rgb(73,162,206); }
div.DivClassName
{
background-color: #49A2CE;
}
.BgClassName
{
background-color: #49A2CE;
}
</style>
border-color css
<style>
span { border-color: #49A2CE; }
span { border-color: rgb(73,162,206); }
td.TdClassName
{
border-color: #49A2CE;
}
.TagClassName
{
border-color: #49A2CE;
}
</style>