Shades of Picton Blue #49A1CD
Tints of Picton Blue #49A1CD
RGB
CMYK
RGB Variations
Color information
#49A1CD (or 0x49A1CD) is known color: Picton Blue. HEX triplet: 49, A1 and CD. RGB value is (73,161,205). Sum of RGB (Red+Green+Blue) = 73+161+205=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #49A1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A1CD is #B65E32. Grayscale: #8B8B8B. Windows color (decimal): -11951667 or 13476169. OLE color: 13476169.
HSL color Cylindrical-coordinate representation of color #49A1CD: hue angle of 200º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49A1CD is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 161 | 205 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.20 |
| HSL | 200º | 0.57% | 0.55% | - |
| HSV(B) | 200º | 0.64% | 0.8% | - |
| XYZ | 26.51 | 31.31 | 62.4 | - |
| YUV | 139.7 | 164.85 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 205 | 0.64 | 0.21 | 0 | 0.20 | 200 | 0.57 | 0.55 |
| Hex | 49 | A1 | CD | 40 | 15 | 0 | 14 | C8 | 39 | 37 |
| Octal | 111 | 241 | 315 | 100 | 25 | 0 | 24 | 310 | 71 | 67 |
| Binary | 1001001 | 10100001 | 11001101 | 1000000 | 10101 | 0 | 10100 | 11001000 | 111001 | 110111 |
Color Harmonies of #49A1CD
Complementary color
Monochromatic Colors of #49A1CD
Black with #49A1CD
Text Example
Text Example
White with #49A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A1CD; }
p { color: rgb(73,161,205); }
H1.HeaderClassName
{
color: #49A1CD;
}
.AnyTagClassName
{
color: #49A1CD;
}
</style>
background-color css
<style>
a { background-color: #49A1CD; }
a { background-color: rgb(73,161,205); }
div.DivClassName
{
background-color: #49A1CD;
}
.BgClassName
{
background-color: #49A1CD;
}
</style>
border-color css
<style>
span { border-color: #49A1CD; }
span { border-color: rgb(73,161,205); }
td.TdClassName
{
border-color: #49A1CD;
}
.TagClassName
{
border-color: #49A1CD;
}
</style>