Shades of Paradiso #4A7882
Tints of Paradiso #4A7882
RGB
CMYK
RGB Variations
Color information
#4A7882 (or 0x4A7882) is known color: Paradiso. HEX triplet: 4A, 78 and 82. RGB value is (74,120,130). Sum of RGB (Red+Green+Blue) = 74+120+130=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A7882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7882 is #B5877D. Grayscale: #6B6B6B. Windows color (decimal): -11896702 or 8550474. OLE color: 8550474.
HSL color Cylindrical-coordinate representation of color #4A7882: hue angle of 190.71º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A7882 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 120 | 130 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.49 |
| HSL | 190.71º | 0.27% | 0.4% | - |
| HSV(B) | 190.71º | 0.43% | 0.51% | - |
| XYZ | 13.57 | 16.5 | 23.59 | - |
| YUV | 107.39 | 140.76 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 130 | 0.43 | 0.08 | 0 | 0.49 | 190.71 | 0.27 | 0.4 |
| Hex | 4A | 78 | 82 | 2B | 8 | 0 | 31 | BF | 1B | 28 |
| Octal | 112 | 170 | 202 | 53 | 10 | 0 | 61 | 277 | 33 | 50 |
| Binary | 1001010 | 1111000 | 10000010 | 101011 | 1000 | 0 | 110001 | 10111111 | 11011 | 101000 |
Color Harmonies of #4A7882
Complementary color
Monochromatic Colors of #4A7882
Black with #4A7882
Text Example
Text Example
White with #4A7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7882; }
p { color: rgb(74,120,130); }
H1.HeaderClassName
{
color: #4A7882;
}
.AnyTagClassName
{
color: #4A7882;
}
</style>
background-color css
<style>
a { background-color: #4A7882; }
a { background-color: rgb(74,120,130); }
div.DivClassName
{
background-color: #4A7882;
}
.BgClassName
{
background-color: #4A7882;
}
</style>
border-color css
<style>
span { border-color: #4A7882; }
span { border-color: rgb(74,120,130); }
td.TdClassName
{
border-color: #4A7882;
}
.TagClassName
{
border-color: #4A7882;
}
</style>