Shades of Paradiso #46838E
Tints of Paradiso #46838E
RGB
CMYK
RGB Variations
Color information
#46838E (or 0x46838E) is known color: Paradiso. HEX triplet: 46, 83 and 8E. RGB value is (70,131,142). Sum of RGB (Red+Green+Blue) = 70+131+142=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #46838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46838E is #B97C71. Grayscale: #717171. Windows color (decimal): -12156018 or 9339718. OLE color: 9339718.
HSL color Cylindrical-coordinate representation of color #46838E: hue angle of 189.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46838E is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 131 | 142 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.44 |
| HSL | 189.17º | 0.34% | 0.42% | - |
| HSV(B) | 189.17º | 0.51% | 0.56% | - |
| XYZ | 15.52 | 19.49 | 28.53 | - |
| YUV | 114.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 142 | 0.51 | 0.08 | 0 | 0.44 | 189.17 | 0.34 | 0.42 |
| Hex | 46 | 83 | 8E | 33 | 8 | 0 | 2C | BD | 22 | 2A |
| Octal | 106 | 203 | 216 | 63 | 10 | 0 | 54 | 275 | 42 | 52 |
| Binary | 1000110 | 10000011 | 10001110 | 110011 | 1000 | 0 | 101100 | 10111101 | 100010 | 101010 |
Color Harmonies of #46838E
Complementary color
Monochromatic Colors of #46838E
Black with #46838E
Text Example
Text Example
White with #46838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46838E; }
p { color: rgb(70,131,142); }
H1.HeaderClassName
{
color: #46838E;
}
.AnyTagClassName
{
color: #46838E;
}
</style>
background-color css
<style>
a { background-color: #46838E; }
a { background-color: rgb(70,131,142); }
div.DivClassName
{
background-color: #46838E;
}
.BgClassName
{
background-color: #46838E;
}
</style>
border-color css
<style>
span { border-color: #46838E; }
span { border-color: rgb(70,131,142); }
td.TdClassName
{
border-color: #46838E;
}
.TagClassName
{
border-color: #46838E;
}
</style>