Shades of Paradiso #467A81
Tints of Paradiso #467A81
RGB
CMYK
RGB Variations
Color information
#467A81 (or 0x467A81) is known color: Paradiso. HEX triplet: 46, 7A and 81. RGB value is (70,122,129). Sum of RGB (Red+Green+Blue) = 70+122+129=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 129 - color contains mainly: blue. Hex color #467A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A81 is #B9857E. Grayscale: #6B6B6B. Windows color (decimal): -12158335 or 8485446. OLE color: 8485446.
HSL color Cylindrical-coordinate representation of color #467A81: hue angle of 187.12º 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 #467A81 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 122 | 129 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.49 |
| HSL | 187.12º | 0.3% | 0.39% | - |
| HSV(B) | 187.12º | 0.46% | 0.51% | - |
| XYZ | 13.45 | 16.81 | 23.3 | - |
| YUV | 107.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 129 | 0.46 | 0.05 | 0 | 0.49 | 187.12 | 0.3 | 0.39 |
| Hex | 46 | 7A | 81 | 2E | 5 | 0 | 31 | BB | 1E | 27 |
| Octal | 106 | 172 | 201 | 56 | 5 | 0 | 61 | 273 | 36 | 47 |
| Binary | 1000110 | 1111010 | 10000001 | 101110 | 101 | 0 | 110001 | 10111011 | 11110 | 100111 |
Color Harmonies of #467A81
Complementary color
Monochromatic Colors of #467A81
Black with #467A81
Text Example
Text Example
White with #467A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A81; }
p { color: rgb(70,122,129); }
H1.HeaderClassName
{
color: #467A81;
}
.AnyTagClassName
{
color: #467A81;
}
</style>
background-color css
<style>
a { background-color: #467A81; }
a { background-color: rgb(70,122,129); }
div.DivClassName
{
background-color: #467A81;
}
.BgClassName
{
background-color: #467A81;
}
</style>
border-color css
<style>
span { border-color: #467A81; }
span { border-color: rgb(70,122,129); }
td.TdClassName
{
border-color: #467A81;
}
.TagClassName
{
border-color: #467A81;
}
</style>