Shades of Paradiso #46828D
Tints of Paradiso #46828D
RGB
CMYK
RGB Variations
Color information
#46828D (or 0x46828D) is known color: Paradiso. HEX triplet: 46, 82 and 8D. RGB value is (70,130,141). Sum of RGB (Red+Green+Blue) = 70+130+141=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #46828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46828D is #B97D72. Grayscale: #717171. Windows color (decimal): -12156275 or 9273926. OLE color: 9273926.
HSL color Cylindrical-coordinate representation of color #46828D: hue angle of 189.3º 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 #46828D is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 130 | 141 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.45 |
| HSL | 189.3º | 0.34% | 0.41% | - |
| HSV(B) | 189.3º | 0.5% | 0.55% | - |
| XYZ | 15.32 | 19.19 | 28.1 | - |
| YUV | 113.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 141 | 0.50 | 0.08 | 0 | 0.45 | 189.3 | 0.34 | 0.41 |
| Hex | 46 | 82 | 8D | 32 | 8 | 0 | 2D | BD | 22 | 29 |
| Octal | 106 | 202 | 215 | 62 | 10 | 0 | 55 | 275 | 42 | 51 |
| Binary | 1000110 | 10000010 | 10001101 | 110010 | 1000 | 0 | 101101 | 10111101 | 100010 | 101001 |
Color Harmonies of #46828D
Complementary color
Monochromatic Colors of #46828D
Black with #46828D
Text Example
Text Example
White with #46828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46828D; }
p { color: rgb(70,130,141); }
H1.HeaderClassName
{
color: #46828D;
}
.AnyTagClassName
{
color: #46828D;
}
</style>
background-color css
<style>
a { background-color: #46828D; }
a { background-color: rgb(70,130,141); }
div.DivClassName
{
background-color: #46828D;
}
.BgClassName
{
background-color: #46828D;
}
</style>
border-color css
<style>
span { border-color: #46828D; }
span { border-color: rgb(70,130,141); }
td.TdClassName
{
border-color: #46828D;
}
.TagClassName
{
border-color: #46828D;
}
</style>