Shades of Picton Blue #48A2DB
Tints of Picton Blue #48A2DB
RGB
CMYK
RGB Variations
Color information
#48A2DB (or 0x48A2DB) is known color: Picton Blue. HEX triplet: 48, A2 and DB. RGB value is (72,162,219). Sum of RGB (Red+Green+Blue) = 72+162+219=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #48A2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A2DB is #B75D24. Grayscale: #8D8D8D. Windows color (decimal): -12016933 or 14393928. OLE color: 14393928.
HSL color Cylindrical-coordinate representation of color #48A2DB: hue angle of 203.27º 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 #48A2DB is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 162 | 219 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.14 |
| HSL | 203.27º | 0.67% | 0.57% | - |
| HSV(B) | 203.27º | 0.67% | 0.86% | - |
| XYZ | 28.38 | 32.33 | 71.76 | - |
| YUV | 141.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 219 | 0.67 | 0.26 | 0 | 0.14 | 203.27 | 0.67 | 0.57 |
| Hex | 48 | A2 | DB | 43 | 1A | 0 | E | CB | 43 | 39 |
| Octal | 110 | 242 | 333 | 103 | 32 | 0 | 16 | 313 | 103 | 71 |
| Binary | 1001000 | 10100010 | 11011011 | 1000011 | 11010 | 0 | 1110 | 11001011 | 1000011 | 111001 |
Color Harmonies of #48A2DB
Complementary color
Monochromatic Colors of #48A2DB
Black with #48A2DB
Text Example
Text Example
White with #48A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A2DB; }
p { color: rgb(72,162,219); }
H1.HeaderClassName
{
color: #48A2DB;
}
.AnyTagClassName
{
color: #48A2DB;
}
</style>
background-color css
<style>
a { background-color: #48A2DB; }
a { background-color: rgb(72,162,219); }
div.DivClassName
{
background-color: #48A2DB;
}
.BgClassName
{
background-color: #48A2DB;
}
</style>
border-color css
<style>
span { border-color: #48A2DB; }
span { border-color: rgb(72,162,219); }
td.TdClassName
{
border-color: #48A2DB;
}
.TagClassName
{
border-color: #48A2DB;
}
</style>