Shades of Paradiso #467A84
Tints of Paradiso #467A84
RGB
CMYK
RGB Variations
Color information
#467A84 (or 0x467A84) is known color: Paradiso. HEX triplet: 46, 7A and 84. RGB value is (70,122,132). Sum of RGB (Red+Green+Blue) = 70+122+132=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #467A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A84 is #B9857B. Grayscale: #6B6B6B. Windows color (decimal): -12158332 or 8682054. OLE color: 8682054.
HSL color Cylindrical-coordinate representation of color #467A84: hue angle of 189.68º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467A84 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 122 | 132 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.48 |
| HSL | 189.68º | 0.31% | 0.4% | - |
| HSV(B) | 189.68º | 0.47% | 0.52% | - |
| XYZ | 13.65 | 16.89 | 24.37 | - |
| YUV | 107.59 | 141.77 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 132 | 0.47 | 0.08 | 0 | 0.48 | 189.68 | 0.31 | 0.4 |
| Hex | 46 | 7A | 84 | 2F | 8 | 0 | 30 | BE | 1F | 28 |
| Octal | 106 | 172 | 204 | 57 | 10 | 0 | 60 | 276 | 37 | 50 |
| Binary | 1000110 | 1111010 | 10000100 | 101111 | 1000 | 0 | 110000 | 10111110 | 11111 | 101000 |
Color Harmonies of #467A84
Complementary color
Monochromatic Colors of #467A84
Black with #467A84
Text Example
Text Example
White with #467A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A84; }
p { color: rgb(70,122,132); }
H1.HeaderClassName
{
color: #467A84;
}
.AnyTagClassName
{
color: #467A84;
}
</style>
background-color css
<style>
a { background-color: #467A84; }
a { background-color: rgb(70,122,132); }
div.DivClassName
{
background-color: #467A84;
}
.BgClassName
{
background-color: #467A84;
}
</style>
border-color css
<style>
span { border-color: #467A84; }
span { border-color: rgb(70,122,132); }
td.TdClassName
{
border-color: #467A84;
}
.TagClassName
{
border-color: #467A84;
}
</style>