Shades of Paradiso #467E7D
Tints of Paradiso #467E7D
RGB
CMYK
RGB Variations
Color information
#467E7D (or 0x467E7D) is known color: Paradiso. HEX triplet: 46, 7E and 7D. RGB value is (70,126,125). Sum of RGB (Red+Green+Blue) = 70+126+125=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 126 - color contains mainly: green. Hex color #467E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E7D is #B98182. Grayscale: #6D6D6D. Windows color (decimal): -12157315 or 8224326. OLE color: 8224326.
HSL color Cylindrical-coordinate representation of color #467E7D: hue angle of 178.93º 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 #467E7D is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 126 | 125 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.51 |
| HSL | 178.93º | 0.29% | 0.38% | - |
| HSV(B) | 178.93º | 0.44% | 0.49% | - |
| XYZ | 13.69 | 17.7 | 22.1 | - |
| YUV | 109.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 125 | 0.44 | 0 | 0.01 | 0.51 | 178.93 | 0.29 | 0.38 |
| Hex | 46 | 7E | 7D | 2C | 0 | 1 | 33 | B3 | 1D | 26 |
| Octal | 106 | 176 | 175 | 54 | 0 | 1 | 63 | 263 | 35 | 46 |
| Binary | 1000110 | 1111110 | 1111101 | 101100 | 0 | 1 | 110011 | 10110011 | 11101 | 100110 |
Color Harmonies of #467E7D
Complementary color
Monochromatic Colors of #467E7D
Black with #467E7D
Text Example
Text Example
White with #467E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E7D; }
p { color: rgb(70,126,125); }
H1.HeaderClassName
{
color: #467E7D;
}
.AnyTagClassName
{
color: #467E7D;
}
</style>
background-color css
<style>
a { background-color: #467E7D; }
a { background-color: rgb(70,126,125); }
div.DivClassName
{
background-color: #467E7D;
}
.BgClassName
{
background-color: #467E7D;
}
</style>
border-color css
<style>
span { border-color: #467E7D; }
span { border-color: rgb(70,126,125); }
td.TdClassName
{
border-color: #467E7D;
}
.TagClassName
{
border-color: #467E7D;
}
</style>