Shades of Picton Blue #48A1D0
Tints of Picton Blue #48A1D0
RGB
CMYK
RGB Variations
Color information
#48A1D0 (or 0x48A1D0) is known color: Picton Blue. HEX triplet: 48, A1 and D0. RGB value is (72,161,208). Sum of RGB (Red+Green+Blue) = 72+161+208=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #48A1D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A1D0 is #B75E2F. Grayscale: #8B8B8B. Windows color (decimal): -12017200 or 13672776. OLE color: 13672776.
HSL color Cylindrical-coordinate representation of color #48A1D0: hue angle of 200.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48A1D0 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 161 | 208 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.18 |
| HSL | 200.74º | 0.59% | 0.55% | - |
| HSV(B) | 200.74º | 0.65% | 0.82% | - |
| XYZ | 26.8 | 31.42 | 64.33 | - |
| YUV | 139.75 | 166.51 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 161 | 208 | 0.65 | 0.23 | 0 | 0.18 | 200.74 | 0.59 | 0.55 |
| Hex | 48 | A1 | D0 | 41 | 17 | 0 | 12 | C9 | 3B | 37 |
| Octal | 110 | 241 | 320 | 101 | 27 | 0 | 22 | 311 | 73 | 67 |
| Binary | 1001000 | 10100001 | 11010000 | 1000001 | 10111 | 0 | 10010 | 11001001 | 111011 | 110111 |
Color Harmonies of #48A1D0
Complementary color
Monochromatic Colors of #48A1D0
Black with #48A1D0
Text Example
Text Example
White with #48A1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A1D0; }
p { color: rgb(72,161,208); }
H1.HeaderClassName
{
color: #48A1D0;
}
.AnyTagClassName
{
color: #48A1D0;
}
</style>
background-color css
<style>
a { background-color: #48A1D0; }
a { background-color: rgb(72,161,208); }
div.DivClassName
{
background-color: #48A1D0;
}
.BgClassName
{
background-color: #48A1D0;
}
</style>
border-color css
<style>
span { border-color: #48A1D0; }
span { border-color: rgb(72,161,208); }
td.TdClassName
{
border-color: #48A1D0;
}
.TagClassName
{
border-color: #48A1D0;
}
</style>