Shades of Paradiso #407D84
Tints of Paradiso #407D84
RGB
CMYK
RGB Variations
Color information
#407D84 (or 0x407D84) is known color: Paradiso. HEX triplet: 40, 7D and 84. RGB value is (64,125,132). Sum of RGB (Red+Green+Blue) = 64+125+132=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #407D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407D84 is #BF827B. Grayscale: #6B6B6B. Windows color (decimal): -12550780 or 8682816. OLE color: 8682816.
HSL color Cylindrical-coordinate representation of color #407D84: hue angle of 186.18º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407D84 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 125 | 132 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.48 |
| HSL | 186.18º | 0.35% | 0.38% | - |
| HSV(B) | 186.18º | 0.52% | 0.52% | - |
| XYZ | 13.61 | 17.42 | 24.48 | - |
| YUV | 107.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 132 | 0.52 | 0.05 | 0 | 0.48 | 186.18 | 0.35 | 0.38 |
| Hex | 40 | 7D | 84 | 34 | 5 | 0 | 30 | BA | 23 | 26 |
| Octal | 100 | 175 | 204 | 64 | 5 | 0 | 60 | 272 | 43 | 46 |
| Binary | 1000000 | 1111101 | 10000100 | 110100 | 101 | 0 | 110000 | 10111010 | 100011 | 100110 |
Color Harmonies of #407D84
Complementary color
Monochromatic Colors of #407D84
Black with #407D84
Text Example
Text Example
White with #407D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D84; }
p { color: rgb(64,125,132); }
H1.HeaderClassName
{
color: #407D84;
}
.AnyTagClassName
{
color: #407D84;
}
</style>
background-color css
<style>
a { background-color: #407D84; }
a { background-color: rgb(64,125,132); }
div.DivClassName
{
background-color: #407D84;
}
.BgClassName
{
background-color: #407D84;
}
</style>
border-color css
<style>
span { border-color: #407D84; }
span { border-color: rgb(64,125,132); }
td.TdClassName
{
border-color: #407D84;
}
.TagClassName
{
border-color: #407D84;
}
</style>