Shades of Picton Blue #48A0DD
Tints of Picton Blue #48A0DD
RGB
CMYK
RGB Variations
Color information
#48A0DD (or 0x48A0DD) is known color: Picton Blue. HEX triplet: 48, A0 and DD. RGB value is (72,160,221). Sum of RGB (Red+Green+Blue) = 72+160+221=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #48A0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A0DD is #B75F22. Grayscale: #8C8C8C. Windows color (decimal): -12017443 or 14524488. OLE color: 14524488.
HSL color Cylindrical-coordinate representation of color #48A0DD: hue angle of 204.56º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48A0DD is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 160 | 221 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.13 |
| HSL | 204.56º | 0.69% | 0.57% | - |
| HSV(B) | 204.56º | 0.67% | 0.87% | - |
| XYZ | 28.29 | 31.74 | 73.04 | - |
| YUV | 140.64 | 173.35 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 221 | 0.67 | 0.28 | 0 | 0.13 | 204.56 | 0.69 | 0.57 |
| Hex | 48 | A0 | DD | 43 | 1C | 0 | D | CD | 45 | 39 |
| Octal | 110 | 240 | 335 | 103 | 34 | 0 | 15 | 315 | 105 | 71 |
| Binary | 1001000 | 10100000 | 11011101 | 1000011 | 11100 | 0 | 1101 | 11001101 | 1000101 | 111001 |
Color Harmonies of #48A0DD
Complementary color
Monochromatic Colors of #48A0DD
Black with #48A0DD
Text Example
Text Example
White with #48A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A0DD; }
p { color: rgb(72,160,221); }
H1.HeaderClassName
{
color: #48A0DD;
}
.AnyTagClassName
{
color: #48A0DD;
}
</style>
background-color css
<style>
a { background-color: #48A0DD; }
a { background-color: rgb(72,160,221); }
div.DivClassName
{
background-color: #48A0DD;
}
.BgClassName
{
background-color: #48A0DD;
}
</style>
border-color css
<style>
span { border-color: #48A0DD; }
span { border-color: rgb(72,160,221); }
td.TdClassName
{
border-color: #48A0DD;
}
.TagClassName
{
border-color: #48A0DD;
}
</style>