Shades of Picton Blue #48A3D1
Tints of Picton Blue #48A3D1
RGB
CMYK
RGB Variations
Color information
#48A3D1 (or 0x48A3D1) is known color: Picton Blue. HEX triplet: 48, A3 and D1. RGB value is (72,163,209). Sum of RGB (Red+Green+Blue) = 72+163+209=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #48A3D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A3D1 is #B75C2E. Grayscale: #8C8C8C. Windows color (decimal): -12016687 or 13738824. OLE color: 13738824.
HSL color Cylindrical-coordinate representation of color #48A3D1: hue angle of 200.15º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48A3D1 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 163 | 209 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.18 |
| HSL | 200.15º | 0.6% | 0.55% | - |
| HSV(B) | 200.15º | 0.66% | 0.82% | - |
| XYZ | 27.28 | 32.18 | 65.09 | - |
| YUV | 141.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 209 | 0.66 | 0.22 | 0 | 0.18 | 200.15 | 0.6 | 0.55 |
| Hex | 48 | A3 | D1 | 42 | 16 | 0 | 12 | C8 | 3C | 37 |
| Octal | 110 | 243 | 321 | 102 | 26 | 0 | 22 | 310 | 74 | 67 |
| Binary | 1001000 | 10100011 | 11010001 | 1000010 | 10110 | 0 | 10010 | 11001000 | 111100 | 110111 |
Color Harmonies of #48A3D1
Complementary color
Monochromatic Colors of #48A3D1
Black with #48A3D1
Text Example
Text Example
White with #48A3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A3D1; }
p { color: rgb(72,163,209); }
H1.HeaderClassName
{
color: #48A3D1;
}
.AnyTagClassName
{
color: #48A3D1;
}
</style>
background-color css
<style>
a { background-color: #48A3D1; }
a { background-color: rgb(72,163,209); }
div.DivClassName
{
background-color: #48A3D1;
}
.BgClassName
{
background-color: #48A3D1;
}
</style>
border-color css
<style>
span { border-color: #48A3D1; }
span { border-color: rgb(72,163,209); }
td.TdClassName
{
border-color: #48A3D1;
}
.TagClassName
{
border-color: #48A3D1;
}
</style>