Shades of Paradiso #407C85
Tints of Paradiso #407C85
RGB
CMYK
RGB Variations
Color information
#407C85 (or 0x407C85) is known color: Paradiso. HEX triplet: 40, 7C and 85. RGB value is (64,124,133). Sum of RGB (Red+Green+Blue) = 64+124+133=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #407C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407C85 is #BF837A. Grayscale: #6A6A6A. Windows color (decimal): -12551035 or 8748096. OLE color: 8748096.
HSL color Cylindrical-coordinate representation of color #407C85: hue angle of 187.83º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407C85 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 124 | 133 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.48 |
| HSL | 187.83º | 0.35% | 0.39% | - |
| HSV(B) | 187.83º | 0.52% | 0.52% | - |
| XYZ | 13.56 | 17.2 | 24.8 | - |
| YUV | 107.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 133 | 0.52 | 0.07 | 0 | 0.48 | 187.83 | 0.35 | 0.39 |
| Hex | 40 | 7C | 85 | 34 | 7 | 0 | 30 | BC | 23 | 27 |
| Octal | 100 | 174 | 205 | 64 | 7 | 0 | 60 | 274 | 43 | 47 |
| Binary | 1000000 | 1111100 | 10000101 | 110100 | 111 | 0 | 110000 | 10111100 | 100011 | 100111 |
Color Harmonies of #407C85
Complementary color
Monochromatic Colors of #407C85
Black with #407C85
Text Example
Text Example
White with #407C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C85; }
p { color: rgb(64,124,133); }
H1.HeaderClassName
{
color: #407C85;
}
.AnyTagClassName
{
color: #407C85;
}
</style>
background-color css
<style>
a { background-color: #407C85; }
a { background-color: rgb(64,124,133); }
div.DivClassName
{
background-color: #407C85;
}
.BgClassName
{
background-color: #407C85;
}
</style>
border-color css
<style>
span { border-color: #407C85; }
span { border-color: rgb(64,124,133); }
td.TdClassName
{
border-color: #407C85;
}
.TagClassName
{
border-color: #407C85;
}
</style>