Shades of Paradiso #46827E
Tints of Paradiso #46827E
RGB
CMYK
RGB Variations
Color information
#46827E (or 0x46827E) is known color: Paradiso. HEX triplet: 46, 82 and 7E. RGB value is (70,130,126). Sum of RGB (Red+Green+Blue) = 70+130+126=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #46827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46827E is #B97D81. Grayscale: #6F6F6F. Windows color (decimal): -12156290 or 8290886. OLE color: 8290886.
HSL color Cylindrical-coordinate representation of color #46827E: hue angle of 176º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46827E is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 126 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.49 |
| HSL | 176º | 0.3% | 0.39% | - |
| HSV(B) | 176º | 0.46% | 0.51% | - |
| XYZ | 14.27 | 18.77 | 22.61 | - |
| YUV | 111.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 126 | 0.46 | 0 | 0.03 | 0.49 | 176 | 0.3 | 0.39 |
| Hex | 46 | 82 | 7E | 2E | 0 | 3 | 31 | B0 | 1E | 27 |
| Octal | 106 | 202 | 176 | 56 | 0 | 3 | 61 | 260 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1111110 | 101110 | 0 | 11 | 110001 | 10110000 | 11110 | 100111 |
Color Harmonies of #46827E
Complementary color
Monochromatic Colors of #46827E
Black with #46827E
Text Example
Text Example
White with #46827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46827E; }
p { color: rgb(70,130,126); }
H1.HeaderClassName
{
color: #46827E;
}
.AnyTagClassName
{
color: #46827E;
}
</style>
background-color css
<style>
a { background-color: #46827E; }
a { background-color: rgb(70,130,126); }
div.DivClassName
{
background-color: #46827E;
}
.BgClassName
{
background-color: #46827E;
}
</style>
border-color css
<style>
span { border-color: #46827E; }
span { border-color: rgb(70,130,126); }
td.TdClassName
{
border-color: #46827E;
}
.TagClassName
{
border-color: #46827E;
}
</style>