Shades of Paradiso #4A848D
Tints of Paradiso #4A848D
RGB
CMYK
RGB Variations
Color information
#4A848D (or 0x4A848D) is known color: Paradiso. HEX triplet: 4A, 84 and 8D. RGB value is (74,132,141). Sum of RGB (Red+Green+Blue) = 74+132+141=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A848D is #B57B72. Grayscale: #737373. Windows color (decimal): -11893619 or 9274442. OLE color: 9274442.
HSL color Cylindrical-coordinate representation of color #4A848D: hue angle of 188.06º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A848D is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 132 | 141 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.45 |
| HSL | 188.06º | 0.31% | 0.42% | - |
| HSV(B) | 188.06º | 0.48% | 0.55% | - |
| XYZ | 15.88 | 19.88 | 28.2 | - |
| YUV | 115.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 141 | 0.48 | 0.06 | 0 | 0.45 | 188.06 | 0.31 | 0.42 |
| Hex | 4A | 84 | 8D | 30 | 6 | 0 | 2D | BC | 1F | 2A |
| Octal | 112 | 204 | 215 | 60 | 6 | 0 | 55 | 274 | 37 | 52 |
| Binary | 1001010 | 10000100 | 10001101 | 110000 | 110 | 0 | 101101 | 10111100 | 11111 | 101010 |
Color Harmonies of #4A848D
Complementary color
Monochromatic Colors of #4A848D
Black with #4A848D
Text Example
Text Example
White with #4A848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A848D; }
p { color: rgb(74,132,141); }
H1.HeaderClassName
{
color: #4A848D;
}
.AnyTagClassName
{
color: #4A848D;
}
</style>
background-color css
<style>
a { background-color: #4A848D; }
a { background-color: rgb(74,132,141); }
div.DivClassName
{
background-color: #4A848D;
}
.BgClassName
{
background-color: #4A848D;
}
</style>
border-color css
<style>
span { border-color: #4A848D; }
span { border-color: rgb(74,132,141); }
td.TdClassName
{
border-color: #4A848D;
}
.TagClassName
{
border-color: #4A848D;
}
</style>