Shades of Paradiso #4A8285
Tints of Paradiso #4A8285
RGB
CMYK
RGB Variations
Color information
#4A8285 (or 0x4A8285) is known color: Paradiso. HEX triplet: 4A, 82 and 85. RGB value is (74,130,133). Sum of RGB (Red+Green+Blue) = 74+130+133=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A8285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8285 is #B57D7A. Grayscale: #717171. Windows color (decimal): -11894139 or 8749642. OLE color: 8749642.
HSL color Cylindrical-coordinate representation of color #4A8285: hue angle of 183.05º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A8285 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 130 | 133 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.48 |
| HSL | 183.05º | 0.29% | 0.41% | - |
| HSV(B) | 183.05º | 0.44% | 0.52% | - |
| XYZ | 15.04 | 19.11 | 25.09 | - |
| YUV | 113.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 130 | 133 | 0.44 | 0.02 | 0 | 0.48 | 183.05 | 0.29 | 0.41 |
| Hex | 4A | 82 | 85 | 2C | 2 | 0 | 30 | B7 | 1D | 29 |
| Octal | 112 | 202 | 205 | 54 | 2 | 0 | 60 | 267 | 35 | 51 |
| Binary | 1001010 | 10000010 | 10000101 | 101100 | 10 | 0 | 110000 | 10110111 | 11101 | 101001 |
Color Harmonies of #4A8285
Complementary color
Monochromatic Colors of #4A8285
Black with #4A8285
Text Example
Text Example
White with #4A8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8285; }
p { color: rgb(74,130,133); }
H1.HeaderClassName
{
color: #4A8285;
}
.AnyTagClassName
{
color: #4A8285;
}
</style>
background-color css
<style>
a { background-color: #4A8285; }
a { background-color: rgb(74,130,133); }
div.DivClassName
{
background-color: #4A8285;
}
.BgClassName
{
background-color: #4A8285;
}
</style>
border-color css
<style>
span { border-color: #4A8285; }
span { border-color: rgb(74,130,133); }
td.TdClassName
{
border-color: #4A8285;
}
.TagClassName
{
border-color: #4A8285;
}
</style>