Shades of Paradiso #4A7E84
Tints of Paradiso #4A7E84
RGB
CMYK
RGB Variations
Color information
#4A7E84 (or 0x4A7E84) is known color: Paradiso. HEX triplet: 4A, 7E and 84. RGB value is (74,126,132). Sum of RGB (Red+Green+Blue) = 74+126+132=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A7E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7E84 is #B5817B. Grayscale: #6F6F6F. Windows color (decimal): -11895164 or 8683082. OLE color: 8683082.
HSL color Cylindrical-coordinate representation of color #4A7E84: hue angle of 186.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A7E84 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 126 | 132 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.48 |
| HSL | 186.21º | 0.28% | 0.4% | - |
| HSV(B) | 186.21º | 0.44% | 0.52% | - |
| XYZ | 14.45 | 18.04 | 24.55 | - |
| YUV | 111.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 132 | 0.44 | 0.05 | 0 | 0.48 | 186.21 | 0.28 | 0.4 |
| Hex | 4A | 7E | 84 | 2C | 5 | 0 | 30 | BA | 1C | 28 |
| Octal | 112 | 176 | 204 | 54 | 5 | 0 | 60 | 272 | 34 | 50 |
| Binary | 1001010 | 1111110 | 10000100 | 101100 | 101 | 0 | 110000 | 10111010 | 11100 | 101000 |
Color Harmonies of #4A7E84
Complementary color
Monochromatic Colors of #4A7E84
Black with #4A7E84
Text Example
Text Example
White with #4A7E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7E84; }
p { color: rgb(74,126,132); }
H1.HeaderClassName
{
color: #4A7E84;
}
.AnyTagClassName
{
color: #4A7E84;
}
</style>
background-color css
<style>
a { background-color: #4A7E84; }
a { background-color: rgb(74,126,132); }
div.DivClassName
{
background-color: #4A7E84;
}
.BgClassName
{
background-color: #4A7E84;
}
</style>
border-color css
<style>
span { border-color: #4A7E84; }
span { border-color: rgb(74,126,132); }
td.TdClassName
{
border-color: #4A7E84;
}
.TagClassName
{
border-color: #4A7E84;
}
</style>