Shades of Picton Blue #48A1DF
Tints of Picton Blue #48A1DF
RGB
CMYK
RGB Variations
Color information
#48A1DF (or 0x48A1DF) is known color: Picton Blue. HEX triplet: 48, A1 and DF. RGB value is (72,161,223). Sum of RGB (Red+Green+Blue) = 72+161+223=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #48A1DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A1DF is #B75E20. Grayscale: #8D8D8D. Windows color (decimal): -12017185 or 14655816. OLE color: 14655816.
HSL color Cylindrical-coordinate representation of color #48A1DF: hue angle of 204.64º 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 #48A1DF is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 161 | 223 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.13 |
| HSL | 204.64º | 0.7% | 0.58% | - |
| HSV(B) | 204.64º | 0.68% | 0.87% | - |
| XYZ | 28.74 | 32.2 | 74.51 | - |
| YUV | 141.46 | 174.01 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 161 | 223 | 0.68 | 0.28 | 0 | 0.13 | 204.64 | 0.7 | 0.58 |
| Hex | 48 | A1 | DF | 44 | 1C | 0 | D | CD | 46 | 3A |
| Octal | 110 | 241 | 337 | 104 | 34 | 0 | 15 | 315 | 106 | 72 |
| Binary | 1001000 | 10100001 | 11011111 | 1000100 | 11100 | 0 | 1101 | 11001101 | 1000110 | 111010 |
Color Harmonies of #48A1DF
Complementary color
Monochromatic Colors of #48A1DF
Black with #48A1DF
Text Example
Text Example
White with #48A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A1DF; }
p { color: rgb(72,161,223); }
H1.HeaderClassName
{
color: #48A1DF;
}
.AnyTagClassName
{
color: #48A1DF;
}
</style>
background-color css
<style>
a { background-color: #48A1DF; }
a { background-color: rgb(72,161,223); }
div.DivClassName
{
background-color: #48A1DF;
}
.BgClassName
{
background-color: #48A1DF;
}
</style>
border-color css
<style>
span { border-color: #48A1DF; }
span { border-color: rgb(72,161,223); }
td.TdClassName
{
border-color: #48A1DF;
}
.TagClassName
{
border-color: #48A1DF;
}
</style>