Shades of Picton Blue #48A0DF
Tints of Picton Blue #48A0DF
RGB
CMYK
RGB Variations
Color information
#48A0DF (or 0x48A0DF) is known color: Picton Blue. HEX triplet: 48, A0 and DF. RGB value is (72,160,223). Sum of RGB (Red+Green+Blue) = 72+160+223=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #48A0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A0DF is #B75F20. Grayscale: #8C8C8C. Windows color (decimal): -12017441 or 14655560. OLE color: 14655560.
HSL color Cylindrical-coordinate representation of color #48A0DF: hue angle of 205.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48A0DF is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 160 | 223 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.13 |
| HSL | 205.03º | 0.7% | 0.58% | - |
| HSV(B) | 205.03º | 0.68% | 0.87% | - |
| XYZ | 28.56 | 31.85 | 74.45 | - |
| YUV | 140.87 | 174.35 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 223 | 0.68 | 0.28 | 0 | 0.13 | 205.03 | 0.7 | 0.58 |
| Hex | 48 | A0 | DF | 44 | 1C | 0 | D | CD | 46 | 3A |
| Octal | 110 | 240 | 337 | 104 | 34 | 0 | 15 | 315 | 106 | 72 |
| Binary | 1001000 | 10100000 | 11011111 | 1000100 | 11100 | 0 | 1101 | 11001101 | 1000110 | 111010 |
Color Harmonies of #48A0DF
Complementary color
Monochromatic Colors of #48A0DF
Black with #48A0DF
Text Example
Text Example
White with #48A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A0DF; }
p { color: rgb(72,160,223); }
H1.HeaderClassName
{
color: #48A0DF;
}
.AnyTagClassName
{
color: #48A0DF;
}
</style>
background-color css
<style>
a { background-color: #48A0DF; }
a { background-color: rgb(72,160,223); }
div.DivClassName
{
background-color: #48A0DF;
}
.BgClassName
{
background-color: #48A0DF;
}
</style>
border-color css
<style>
span { border-color: #48A0DF; }
span { border-color: rgb(72,160,223); }
td.TdClassName
{
border-color: #48A0DF;
}
.TagClassName
{
border-color: #48A0DF;
}
</style>