Shades of Paradiso #46838D
Tints of Paradiso #46838D
RGB
CMYK
RGB Variations
Color information
#46838D (or 0x46838D) is known color: Paradiso. HEX triplet: 46, 83 and 8D. RGB value is (70,131,141). Sum of RGB (Red+Green+Blue) = 70+131+141=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #46838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46838D is #B97C72. Grayscale: #717171. Windows color (decimal): -12156019 or 9274182. OLE color: 9274182.
HSL color Cylindrical-coordinate representation of color #46838D: hue angle of 188.45º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46838D is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 131 | 141 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.45 |
| HSL | 188.45º | 0.34% | 0.41% | - |
| HSV(B) | 188.45º | 0.5% | 0.55% | - |
| XYZ | 15.45 | 19.46 | 28.14 | - |
| YUV | 113.9 | 143.29 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 141 | 0.50 | 0.07 | 0 | 0.45 | 188.45 | 0.34 | 0.41 |
| Hex | 46 | 83 | 8D | 32 | 7 | 0 | 2D | BC | 22 | 29 |
| Octal | 106 | 203 | 215 | 62 | 7 | 0 | 55 | 274 | 42 | 51 |
| Binary | 1000110 | 10000011 | 10001101 | 110010 | 111 | 0 | 101101 | 10111100 | 100010 | 101001 |
Color Harmonies of #46838D
Complementary color
Monochromatic Colors of #46838D
Black with #46838D
Text Example
Text Example
White with #46838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46838D; }
p { color: rgb(70,131,141); }
H1.HeaderClassName
{
color: #46838D;
}
.AnyTagClassName
{
color: #46838D;
}
</style>
background-color css
<style>
a { background-color: #46838D; }
a { background-color: rgb(70,131,141); }
div.DivClassName
{
background-color: #46838D;
}
.BgClassName
{
background-color: #46838D;
}
</style>
border-color css
<style>
span { border-color: #46838D; }
span { border-color: rgb(70,131,141); }
td.TdClassName
{
border-color: #46838D;
}
.TagClassName
{
border-color: #46838D;
}
</style>