Shades of Picton Blue #49A4D2
Tints of Picton Blue #49A4D2
RGB
CMYK
RGB Variations
Color information
#49A4D2 (or 0x49A4D2) is known color: Picton Blue. HEX triplet: 49, A4 and D2. RGB value is (73,164,210). Sum of RGB (Red+Green+Blue) = 73+164+210=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #49A4D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A4D2 is #B65B2D. Grayscale: #8D8D8D. Windows color (decimal): -11950894 or 13804617. OLE color: 13804617.
HSL color Cylindrical-coordinate representation of color #49A4D2: hue angle of 200.15º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49A4D2 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 164 | 210 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.18 |
| HSL | 200.15º | 0.6% | 0.55% | - |
| HSV(B) | 200.15º | 0.65% | 0.82% | - |
| XYZ | 27.66 | 32.62 | 65.81 | - |
| YUV | 142.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 164 | 210 | 0.65 | 0.22 | 0 | 0.18 | 200.15 | 0.6 | 0.55 |
| Hex | 49 | A4 | D2 | 41 | 16 | 0 | 12 | C8 | 3C | 37 |
| Octal | 111 | 244 | 322 | 101 | 26 | 0 | 22 | 310 | 74 | 67 |
| Binary | 1001001 | 10100100 | 11010010 | 1000001 | 10110 | 0 | 10010 | 11001000 | 111100 | 110111 |
Color Harmonies of #49A4D2
Complementary color
Monochromatic Colors of #49A4D2
Black with #49A4D2
Text Example
Text Example
White with #49A4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A4D2; }
p { color: rgb(73,164,210); }
H1.HeaderClassName
{
color: #49A4D2;
}
.AnyTagClassName
{
color: #49A4D2;
}
</style>
background-color css
<style>
a { background-color: #49A4D2; }
a { background-color: rgb(73,164,210); }
div.DivClassName
{
background-color: #49A4D2;
}
.BgClassName
{
background-color: #49A4D2;
}
</style>
border-color css
<style>
span { border-color: #49A4D2; }
span { border-color: rgb(73,164,210); }
td.TdClassName
{
border-color: #49A4D2;
}
.TagClassName
{
border-color: #49A4D2;
}
</style>