Shades of Paradiso #4B8288
Tints of Paradiso #4B8288
RGB
CMYK
RGB Variations
Color information
#4B8288 (or 0x4B8288) is known color: Paradiso. HEX triplet: 4B, 82 and 88. RGB value is (75,130,136). Sum of RGB (Red+Green+Blue) = 75+130+136=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #4B8288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8288 is #B47D77. Grayscale: #727272. Windows color (decimal): -11828600 or 8946251. OLE color: 8946251.
HSL color Cylindrical-coordinate representation of color #4B8288: hue angle of 185.9º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B8288 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 130 | 136 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.47 |
| HSL | 185.9º | 0.29% | 0.41% | - |
| HSV(B) | 185.9º | 0.45% | 0.53% | - |
| XYZ | 15.33 | 19.24 | 26.2 | - |
| YUV | 114.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 130 | 136 | 0.45 | 0.04 | 0 | 0.47 | 185.9 | 0.29 | 0.41 |
| Hex | 4B | 82 | 88 | 2D | 4 | 0 | 2F | BA | 1D | 29 |
| Octal | 113 | 202 | 210 | 55 | 4 | 0 | 57 | 272 | 35 | 51 |
| Binary | 1001011 | 10000010 | 10001000 | 101101 | 100 | 0 | 101111 | 10111010 | 11101 | 101001 |
Color Harmonies of #4B8288
Complementary color
Monochromatic Colors of #4B8288
Black with #4B8288
Text Example
Text Example
White with #4B8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8288; }
p { color: rgb(75,130,136); }
H1.HeaderClassName
{
color: #4B8288;
}
.AnyTagClassName
{
color: #4B8288;
}
</style>
background-color css
<style>
a { background-color: #4B8288; }
a { background-color: rgb(75,130,136); }
div.DivClassName
{
background-color: #4B8288;
}
.BgClassName
{
background-color: #4B8288;
}
</style>
border-color css
<style>
span { border-color: #4B8288; }
span { border-color: rgb(75,130,136); }
td.TdClassName
{
border-color: #4B8288;
}
.TagClassName
{
border-color: #4B8288;
}
</style>