Shades of Paradiso #407B86
Tints of Paradiso #407B86
RGB
CMYK
RGB Variations
Color information
#407B86 (or 0x407B86) is known color: Paradiso. HEX triplet: 40, 7B and 86. RGB value is (64,123,134). Sum of RGB (Red+Green+Blue) = 64+123+134=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #407B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407B86 is #BF8479. Grayscale: #6A6A6A. Windows color (decimal): -12551290 or 8813376. OLE color: 8813376.
HSL color Cylindrical-coordinate representation of color #407B86: hue angle of 189.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407B86 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 123 | 134 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.47 |
| HSL | 189.43º | 0.35% | 0.39% | - |
| HSV(B) | 189.43º | 0.52% | 0.53% | - |
| XYZ | 13.5 | 16.98 | 25.12 | - |
| YUV | 106.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 134 | 0.52 | 0.08 | 0 | 0.47 | 189.43 | 0.35 | 0.39 |
| Hex | 40 | 7B | 86 | 34 | 8 | 0 | 2F | BD | 23 | 27 |
| Octal | 100 | 173 | 206 | 64 | 10 | 0 | 57 | 275 | 43 | 47 |
| Binary | 1000000 | 1111011 | 10000110 | 110100 | 1000 | 0 | 101111 | 10111101 | 100011 | 100111 |
Color Harmonies of #407B86
Complementary color
Monochromatic Colors of #407B86
Black with #407B86
Text Example
Text Example
White with #407B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B86; }
p { color: rgb(64,123,134); }
H1.HeaderClassName
{
color: #407B86;
}
.AnyTagClassName
{
color: #407B86;
}
</style>
background-color css
<style>
a { background-color: #407B86; }
a { background-color: rgb(64,123,134); }
div.DivClassName
{
background-color: #407B86;
}
.BgClassName
{
background-color: #407B86;
}
</style>
border-color css
<style>
span { border-color: #407B86; }
span { border-color: rgb(64,123,134); }
td.TdClassName
{
border-color: #407B86;
}
.TagClassName
{
border-color: #407B86;
}
</style>