Shades of Paradiso #4A7D82
Tints of Paradiso #4A7D82
RGB
CMYK
RGB Variations
Color information
#4A7D82 (or 0x4A7D82) is known color: Paradiso. HEX triplet: 4A, 7D and 82. RGB value is (74,125,130). Sum of RGB (Red+Green+Blue) = 74+125+130=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A7D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7D82 is #B5827D. Grayscale: #6E6E6E. Windows color (decimal): -11895422 or 8551754. OLE color: 8551754.
HSL color Cylindrical-coordinate representation of color #4A7D82: hue angle of 185.36º 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 #4A7D82 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 125 | 130 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.49 |
| HSL | 185.36º | 0.27% | 0.4% | - |
| HSV(B) | 185.36º | 0.43% | 0.51% | - |
| XYZ | 14.19 | 17.73 | 23.79 | - |
| YUV | 110.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 125 | 130 | 0.43 | 0.04 | 0 | 0.49 | 185.36 | 0.27 | 0.4 |
| Hex | 4A | 7D | 82 | 2B | 4 | 0 | 31 | B9 | 1B | 28 |
| Octal | 112 | 175 | 202 | 53 | 4 | 0 | 61 | 271 | 33 | 50 |
| Binary | 1001010 | 1111101 | 10000010 | 101011 | 100 | 0 | 110001 | 10111001 | 11011 | 101000 |
Color Harmonies of #4A7D82
Complementary color
Monochromatic Colors of #4A7D82
Black with #4A7D82
Text Example
Text Example
White with #4A7D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7D82; }
p { color: rgb(74,125,130); }
H1.HeaderClassName
{
color: #4A7D82;
}
.AnyTagClassName
{
color: #4A7D82;
}
</style>
background-color css
<style>
a { background-color: #4A7D82; }
a { background-color: rgb(74,125,130); }
div.DivClassName
{
background-color: #4A7D82;
}
.BgClassName
{
background-color: #4A7D82;
}
</style>
border-color css
<style>
span { border-color: #4A7D82; }
span { border-color: rgb(74,125,130); }
td.TdClassName
{
border-color: #4A7D82;
}
.TagClassName
{
border-color: #4A7D82;
}
</style>