Shades of Paradiso #467A83
Tints of Paradiso #467A83
RGB
CMYK
RGB Variations
Color information
#467A83 (or 0x467A83) is known color: Paradiso. HEX triplet: 46, 7A and 83. RGB value is (70,122,131). Sum of RGB (Red+Green+Blue) = 70+122+131=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 131 - color contains mainly: blue. Hex color #467A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A83 is #B9857C. Grayscale: #6B6B6B. Windows color (decimal): -12158333 or 8616518. OLE color: 8616518.
HSL color Cylindrical-coordinate representation of color #467A83: hue angle of 188.85º 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 #467A83 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 122 | 131 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.49 |
| HSL | 188.85º | 0.3% | 0.39% | - |
| HSV(B) | 188.85º | 0.47% | 0.51% | - |
| XYZ | 13.58 | 16.86 | 24.01 | - |
| YUV | 107.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 131 | 0.47 | 0.07 | 0 | 0.49 | 188.85 | 0.3 | 0.39 |
| Hex | 46 | 7A | 83 | 2F | 7 | 0 | 31 | BD | 1E | 27 |
| Octal | 106 | 172 | 203 | 57 | 7 | 0 | 61 | 275 | 36 | 47 |
| Binary | 1000110 | 1111010 | 10000011 | 101111 | 111 | 0 | 110001 | 10111101 | 11110 | 100111 |
Color Harmonies of #467A83
Complementary color
Monochromatic Colors of #467A83
Black with #467A83
Text Example
Text Example
White with #467A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A83; }
p { color: rgb(70,122,131); }
H1.HeaderClassName
{
color: #467A83;
}
.AnyTagClassName
{
color: #467A83;
}
</style>
background-color css
<style>
a { background-color: #467A83; }
a { background-color: rgb(70,122,131); }
div.DivClassName
{
background-color: #467A83;
}
.BgClassName
{
background-color: #467A83;
}
</style>
border-color css
<style>
span { border-color: #467A83; }
span { border-color: rgb(70,122,131); }
td.TdClassName
{
border-color: #467A83;
}
.TagClassName
{
border-color: #467A83;
}
</style>