Shades of Picton Blue #48A1DB
Tints of Picton Blue #48A1DB
RGB
CMYK
RGB Variations
Color information
#48A1DB (or 0x48A1DB) is known color: Picton Blue. HEX triplet: 48, A1 and DB. RGB value is (72,161,219). Sum of RGB (Red+Green+Blue) = 72+161+219=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #48A1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A1DB is #B75E24. Grayscale: #8C8C8C. Windows color (decimal): -12017189 or 14393672. OLE color: 14393672.
HSL color Cylindrical-coordinate representation of color #48A1DB: hue angle of 203.67º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48A1DB is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 161 | 219 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.14 |
| HSL | 203.67º | 0.67% | 0.57% | - |
| HSV(B) | 203.67º | 0.67% | 0.86% | - |
| XYZ | 28.2 | 31.98 | 71.7 | - |
| YUV | 141 | 172.01 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 161 | 219 | 0.67 | 0.26 | 0 | 0.14 | 203.67 | 0.67 | 0.57 |
| Hex | 48 | A1 | DB | 43 | 1A | 0 | E | CC | 43 | 39 |
| Octal | 110 | 241 | 333 | 103 | 32 | 0 | 16 | 314 | 103 | 71 |
| Binary | 1001000 | 10100001 | 11011011 | 1000011 | 11010 | 0 | 1110 | 11001100 | 1000011 | 111001 |
Color Harmonies of #48A1DB
Complementary color
Monochromatic Colors of #48A1DB
Black with #48A1DB
Text Example
Text Example
White with #48A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A1DB; }
p { color: rgb(72,161,219); }
H1.HeaderClassName
{
color: #48A1DB;
}
.AnyTagClassName
{
color: #48A1DB;
}
</style>
background-color css
<style>
a { background-color: #48A1DB; }
a { background-color: rgb(72,161,219); }
div.DivClassName
{
background-color: #48A1DB;
}
.BgClassName
{
background-color: #48A1DB;
}
</style>
border-color css
<style>
span { border-color: #48A1DB; }
span { border-color: rgb(72,161,219); }
td.TdClassName
{
border-color: #48A1DB;
}
.TagClassName
{
border-color: #48A1DB;
}
</style>