Shades of Paradiso #467B82
Tints of Paradiso #467B82
RGB
CMYK
RGB Variations
Color information
#467B82 (or 0x467B82) is known color: Paradiso. HEX triplet: 46, 7B and 82. RGB value is (70,123,130). Sum of RGB (Red+Green+Blue) = 70+123+130=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #467B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B82 is #B9847D. Grayscale: #6B6B6B. Windows color (decimal): -12158078 or 8551238. OLE color: 8551238.
HSL color Cylindrical-coordinate representation of color #467B82: hue angle of 187º 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 #467B82 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 123 | 130 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.49 |
| HSL | 187º | 0.3% | 0.39% | - |
| HSV(B) | 187º | 0.46% | 0.51% | - |
| XYZ | 13.64 | 17.08 | 23.7 | - |
| YUV | 107.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 130 | 0.46 | 0.05 | 0 | 0.49 | 187 | 0.3 | 0.39 |
| Hex | 46 | 7B | 82 | 2E | 5 | 0 | 31 | BB | 1E | 27 |
| Octal | 106 | 173 | 202 | 56 | 5 | 0 | 61 | 273 | 36 | 47 |
| Binary | 1000110 | 1111011 | 10000010 | 101110 | 101 | 0 | 110001 | 10111011 | 11110 | 100111 |
Color Harmonies of #467B82
Complementary color
Monochromatic Colors of #467B82
Black with #467B82
Text Example
Text Example
White with #467B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B82; }
p { color: rgb(70,123,130); }
H1.HeaderClassName
{
color: #467B82;
}
.AnyTagClassName
{
color: #467B82;
}
</style>
background-color css
<style>
a { background-color: #467B82; }
a { background-color: rgb(70,123,130); }
div.DivClassName
{
background-color: #467B82;
}
.BgClassName
{
background-color: #467B82;
}
</style>
border-color css
<style>
span { border-color: #467B82; }
span { border-color: rgb(70,123,130); }
td.TdClassName
{
border-color: #467B82;
}
.TagClassName
{
border-color: #467B82;
}
</style>