Shades of Paradiso #48868B
Tints of Paradiso #48868B
RGB
CMYK
RGB Variations
Color information
#48868B (or 0x48868B) is known color: Paradiso. HEX triplet: 48, 86 and 8B. RGB value is (72,134,139). Sum of RGB (Red+Green+Blue) = 72+134+139=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #48868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48868B is #B77974. Grayscale: #737373. Windows color (decimal): -12024181 or 9143880. OLE color: 9143880.
HSL color Cylindrical-coordinate representation of color #48868B: hue angle of 184.48º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48868B is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 134 | 139 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.45 |
| HSL | 184.48º | 0.32% | 0.41% | - |
| HSV(B) | 184.48º | 0.48% | 0.55% | - |
| XYZ | 15.86 | 20.29 | 27.51 | - |
| YUV | 116.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 139 | 0.48 | 0.04 | 0 | 0.45 | 184.48 | 0.32 | 0.41 |
| Hex | 48 | 86 | 8B | 30 | 4 | 0 | 2D | B8 | 20 | 29 |
| Octal | 110 | 206 | 213 | 60 | 4 | 0 | 55 | 270 | 40 | 51 |
| Binary | 1001000 | 10000110 | 10001011 | 110000 | 100 | 0 | 101101 | 10111000 | 100000 | 101001 |
Color Harmonies of #48868B
Complementary color
Monochromatic Colors of #48868B
Black with #48868B
Text Example
Text Example
White with #48868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48868B; }
p { color: rgb(72,134,139); }
H1.HeaderClassName
{
color: #48868B;
}
.AnyTagClassName
{
color: #48868B;
}
</style>
background-color css
<style>
a { background-color: #48868B; }
a { background-color: rgb(72,134,139); }
div.DivClassName
{
background-color: #48868B;
}
.BgClassName
{
background-color: #48868B;
}
</style>
border-color css
<style>
span { border-color: #48868B; }
span { border-color: rgb(72,134,139); }
td.TdClassName
{
border-color: #48868B;
}
.TagClassName
{
border-color: #48868B;
}
</style>