Shades of Paradiso #46777E
Tints of Paradiso #46777E
RGB
CMYK
RGB Variations
Color information
#46777E (or 0x46777E) is known color: Paradiso. HEX triplet: 46, 77 and 7E. RGB value is (70,119,126). Sum of RGB (Red+Green+Blue) = 70+119+126=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 126 - color contains mainly: blue. Hex color #46777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46777E is #B98881. Grayscale: #696969. Windows color (decimal): -12159106 or 8288070. OLE color: 8288070.
HSL color Cylindrical-coordinate representation of color #46777E: hue angle of 187.5º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46777E is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 119 | 126 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.51 |
| HSL | 187.5º | 0.29% | 0.38% | - |
| HSV(B) | 187.5º | 0.44% | 0.49% | - |
| XYZ | 12.89 | 16 | 22.15 | - |
| YUV | 105.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 126 | 0.44 | 0.06 | 0 | 0.51 | 187.5 | 0.29 | 0.38 |
| Hex | 46 | 77 | 7E | 2C | 6 | 0 | 33 | BC | 1D | 26 |
| Octal | 106 | 167 | 176 | 54 | 6 | 0 | 63 | 274 | 35 | 46 |
| Binary | 1000110 | 1110111 | 1111110 | 101100 | 110 | 0 | 110011 | 10111100 | 11101 | 100110 |
Color Harmonies of #46777E
Complementary color
Monochromatic Colors of #46777E
Black with #46777E
Text Example
Text Example
White with #46777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46777E; }
p { color: rgb(70,119,126); }
H1.HeaderClassName
{
color: #46777E;
}
.AnyTagClassName
{
color: #46777E;
}
</style>
background-color css
<style>
a { background-color: #46777E; }
a { background-color: rgb(70,119,126); }
div.DivClassName
{
background-color: #46777E;
}
.BgClassName
{
background-color: #46777E;
}
</style>
border-color css
<style>
span { border-color: #46777E; }
span { border-color: rgb(70,119,126); }
td.TdClassName
{
border-color: #46777E;
}
.TagClassName
{
border-color: #46777E;
}
</style>