Shades of Paradiso #467B81
Tints of Paradiso #467B81
RGB
CMYK
RGB Variations
Color information
#467B81 (or 0x467B81) is known color: Paradiso. HEX triplet: 46, 7B and 81. RGB value is (70,123,129). Sum of RGB (Red+Green+Blue) = 70+123+129=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: blue. Hex color #467B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B81 is #B9847E. Grayscale: #6B6B6B. Windows color (decimal): -12158079 or 8485702. OLE color: 8485702.
HSL color Cylindrical-coordinate representation of color #467B81: hue angle of 186.1º 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 #467B81 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 123 | 129 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.49 |
| HSL | 186.1º | 0.3% | 0.39% | - |
| HSV(B) | 186.1º | 0.46% | 0.51% | - |
| XYZ | 13.57 | 17.05 | 23.35 | - |
| YUV | 107.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 129 | 0.46 | 0.05 | 0 | 0.49 | 186.1 | 0.3 | 0.39 |
| Hex | 46 | 7B | 81 | 2E | 5 | 0 | 31 | BA | 1E | 27 |
| Octal | 106 | 173 | 201 | 56 | 5 | 0 | 61 | 272 | 36 | 47 |
| Binary | 1000110 | 1111011 | 10000001 | 101110 | 101 | 0 | 110001 | 10111010 | 11110 | 100111 |
Color Harmonies of #467B81
Complementary color
Monochromatic Colors of #467B81
Black with #467B81
Text Example
Text Example
White with #467B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B81; }
p { color: rgb(70,123,129); }
H1.HeaderClassName
{
color: #467B81;
}
.AnyTagClassName
{
color: #467B81;
}
</style>
background-color css
<style>
a { background-color: #467B81; }
a { background-color: rgb(70,123,129); }
div.DivClassName
{
background-color: #467B81;
}
.BgClassName
{
background-color: #467B81;
}
</style>
border-color css
<style>
span { border-color: #467B81; }
span { border-color: rgb(70,123,129); }
td.TdClassName
{
border-color: #467B81;
}
.TagClassName
{
border-color: #467B81;
}
</style>