Shades of Paradiso #4B7D82
Tints of Paradiso #4B7D82
RGB
CMYK
RGB Variations
Color information
#4B7D82 (or 0x4B7D82) is known color: Paradiso. HEX triplet: 4B, 7D and 82. RGB value is (75,125,130). Sum of RGB (Red+Green+Blue) = 75+125+130=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B7D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7D82 is #B4827D. Grayscale: #6E6E6E. Windows color (decimal): -11829886 or 8551755. OLE color: 8551755.
HSL color Cylindrical-coordinate representation of color #4B7D82: hue angle of 185.45º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B7D82 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 125 | 130 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.49 |
| HSL | 185.45º | 0.27% | 0.4% | - |
| HSV(B) | 185.45º | 0.42% | 0.51% | - |
| XYZ | 14.26 | 17.77 | 23.8 | - |
| YUV | 110.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 125 | 130 | 0.42 | 0.04 | 0 | 0.49 | 185.45 | 0.27 | 0.4 |
| Hex | 4B | 7D | 82 | 2A | 4 | 0 | 31 | B9 | 1B | 28 |
| Octal | 113 | 175 | 202 | 52 | 4 | 0 | 61 | 271 | 33 | 50 |
| Binary | 1001011 | 1111101 | 10000010 | 101010 | 100 | 0 | 110001 | 10111001 | 11011 | 101000 |
Color Harmonies of #4B7D82
Complementary color
Monochromatic Colors of #4B7D82
Black with #4B7D82
Text Example
Text Example
White with #4B7D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7D82; }
p { color: rgb(75,125,130); }
H1.HeaderClassName
{
color: #4B7D82;
}
.AnyTagClassName
{
color: #4B7D82;
}
</style>
background-color css
<style>
a { background-color: #4B7D82; }
a { background-color: rgb(75,125,130); }
div.DivClassName
{
background-color: #4B7D82;
}
.BgClassName
{
background-color: #4B7D82;
}
</style>
border-color css
<style>
span { border-color: #4B7D82; }
span { border-color: rgb(75,125,130); }
td.TdClassName
{
border-color: #4B7D82;
}
.TagClassName
{
border-color: #4B7D82;
}
</style>