Shades of Paradiso #427A82
Tints of Paradiso #427A82
RGB
CMYK
RGB Variations
Color information
#427A82 (or 0x427A82) is known color: Paradiso. HEX triplet: 42, 7A and 82. RGB value is (66,122,130). Sum of RGB (Red+Green+Blue) = 66+122+130=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #427A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427A82 is #BD857D. Grayscale: #6A6A6A. Windows color (decimal): -12420478 or 8550978. OLE color: 8550978.
HSL color Cylindrical-coordinate representation of color #427A82: hue angle of 187.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #427A82 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 122 | 130 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.49 |
| HSL | 187.5º | 0.33% | 0.38% | - |
| HSV(B) | 187.5º | 0.49% | 0.51% | - |
| XYZ | 13.24 | 16.69 | 23.64 | - |
| YUV | 106.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 130 | 0.49 | 0.06 | 0 | 0.49 | 187.5 | 0.33 | 0.38 |
| Hex | 42 | 7A | 82 | 31 | 6 | 0 | 31 | BC | 21 | 26 |
| Octal | 102 | 172 | 202 | 61 | 6 | 0 | 61 | 274 | 41 | 46 |
| Binary | 1000010 | 1111010 | 10000010 | 110001 | 110 | 0 | 110001 | 10111100 | 100001 | 100110 |
Color Harmonies of #427A82
Complementary color
Monochromatic Colors of #427A82
Black with #427A82
Text Example
Text Example
White with #427A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A82; }
p { color: rgb(66,122,130); }
H1.HeaderClassName
{
color: #427A82;
}
.AnyTagClassName
{
color: #427A82;
}
</style>
background-color css
<style>
a { background-color: #427A82; }
a { background-color: rgb(66,122,130); }
div.DivClassName
{
background-color: #427A82;
}
.BgClassName
{
background-color: #427A82;
}
</style>
border-color css
<style>
span { border-color: #427A82; }
span { border-color: rgb(66,122,130); }
td.TdClassName
{
border-color: #427A82;
}
.TagClassName
{
border-color: #427A82;
}
</style>