Shades of Paradiso #467B7D
Tints of Paradiso #467B7D
RGB
CMYK
RGB Variations
Color information
#467B7D (or 0x467B7D) is known color: Paradiso. HEX triplet: 46, 7B and 7D. RGB value is (70,123,125). Sum of RGB (Red+Green+Blue) = 70+123+125=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #467B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467B7D is #B98482. Grayscale: #6B6B6B. Windows color (decimal): -12158083 or 8223558. OLE color: 8223558.
HSL color Cylindrical-coordinate representation of color #467B7D: hue angle of 182.18º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467B7D is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 123 | 125 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.51 |
| HSL | 182.18º | 0.28% | 0.38% | - |
| HSV(B) | 182.18º | 0.44% | 0.49% | - |
| XYZ | 13.31 | 16.95 | 21.97 | - |
| YUV | 107.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 125 | 0.44 | 0.02 | 0 | 0.51 | 182.18 | 0.28 | 0.38 |
| Hex | 46 | 7B | 7D | 2C | 2 | 0 | 33 | B6 | 1C | 26 |
| Octal | 106 | 173 | 175 | 54 | 2 | 0 | 63 | 266 | 34 | 46 |
| Binary | 1000110 | 1111011 | 1111101 | 101100 | 10 | 0 | 110011 | 10110110 | 11100 | 100110 |
Color Harmonies of #467B7D
Complementary color
Monochromatic Colors of #467B7D
Black with #467B7D
Text Example
Text Example
White with #467B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B7D; }
p { color: rgb(70,123,125); }
H1.HeaderClassName
{
color: #467B7D;
}
.AnyTagClassName
{
color: #467B7D;
}
</style>
background-color css
<style>
a { background-color: #467B7D; }
a { background-color: rgb(70,123,125); }
div.DivClassName
{
background-color: #467B7D;
}
.BgClassName
{
background-color: #467B7D;
}
</style>
border-color css
<style>
span { border-color: #467B7D; }
span { border-color: rgb(70,123,125); }
td.TdClassName
{
border-color: #467B7D;
}
.TagClassName
{
border-color: #467B7D;
}
</style>