Shades of Paradiso #467B83
Tints of Paradiso #467B83
RGB
CMYK
RGB Variations
Color information
#467B83 (or 0x467B83) is known color: Paradiso. HEX triplet: 46, 7B and 83. RGB value is (70,123,131). Sum of RGB (Red+Green+Blue) = 70+123+131=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #467B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B83 is #B9847C. Grayscale: #6B6B6B. Windows color (decimal): -12158077 or 8616774. OLE color: 8616774.
HSL color Cylindrical-coordinate representation of color #467B83: hue angle of 187.87º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467B83 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 123 | 131 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.49 |
| HSL | 187.87º | 0.3% | 0.39% | - |
| HSV(B) | 187.87º | 0.47% | 0.51% | - |
| XYZ | 13.71 | 17.11 | 24.05 | - |
| YUV | 108.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 131 | 0.47 | 0.06 | 0 | 0.49 | 187.87 | 0.3 | 0.39 |
| Hex | 46 | 7B | 83 | 2F | 6 | 0 | 31 | BC | 1E | 27 |
| Octal | 106 | 173 | 203 | 57 | 6 | 0 | 61 | 274 | 36 | 47 |
| Binary | 1000110 | 1111011 | 10000011 | 101111 | 110 | 0 | 110001 | 10111100 | 11110 | 100111 |
Color Harmonies of #467B83
Complementary color
Monochromatic Colors of #467B83
Black with #467B83
Text Example
Text Example
White with #467B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B83; }
p { color: rgb(70,123,131); }
H1.HeaderClassName
{
color: #467B83;
}
.AnyTagClassName
{
color: #467B83;
}
</style>
background-color css
<style>
a { background-color: #467B83; }
a { background-color: rgb(70,123,131); }
div.DivClassName
{
background-color: #467B83;
}
.BgClassName
{
background-color: #467B83;
}
</style>
border-color css
<style>
span { border-color: #467B83; }
span { border-color: rgb(70,123,131); }
td.TdClassName
{
border-color: #467B83;
}
.TagClassName
{
border-color: #467B83;
}
</style>