Shades of Paradiso #407A81
Tints of Paradiso #407A81
RGB
CMYK
RGB Variations
Color information
#407A81 (or 0x407A81) is known color: Paradiso. HEX triplet: 40, 7A and 81. RGB value is (64,122,129). Sum of RGB (Red+Green+Blue) = 64+122+129=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #407A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407A81 is #BF857E. Grayscale: #696969. Windows color (decimal): -12551551 or 8485440. OLE color: 8485440.
HSL color Cylindrical-coordinate representation of color #407A81: hue angle of 186.46º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407A81 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 122 | 129 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.49 |
| HSL | 186.46º | 0.34% | 0.38% | - |
| HSV(B) | 186.46º | 0.5% | 0.51% | - |
| XYZ | 13.04 | 16.59 | 23.28 | - |
| YUV | 105.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 129 | 0.50 | 0.05 | 0 | 0.49 | 186.46 | 0.34 | 0.38 |
| Hex | 40 | 7A | 81 | 32 | 5 | 0 | 31 | BA | 22 | 26 |
| Octal | 100 | 172 | 201 | 62 | 5 | 0 | 61 | 272 | 42 | 46 |
| Binary | 1000000 | 1111010 | 10000001 | 110010 | 101 | 0 | 110001 | 10111010 | 100010 | 100110 |
Color Harmonies of #407A81
Complementary color
Monochromatic Colors of #407A81
Black with #407A81
Text Example
Text Example
White with #407A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407A81; }
p { color: rgb(64,122,129); }
H1.HeaderClassName
{
color: #407A81;
}
.AnyTagClassName
{
color: #407A81;
}
</style>
background-color css
<style>
a { background-color: #407A81; }
a { background-color: rgb(64,122,129); }
div.DivClassName
{
background-color: #407A81;
}
.BgClassName
{
background-color: #407A81;
}
</style>
border-color css
<style>
span { border-color: #407A81; }
span { border-color: rgb(64,122,129); }
td.TdClassName
{
border-color: #407A81;
}
.TagClassName
{
border-color: #407A81;
}
</style>