Shades of Paradiso #478383
Tints of Paradiso #478383
RGB
CMYK
RGB Variations
Color information
#478383 (or 0x478383) is known color: Paradiso. HEX triplet: 47, 83 and 83. RGB value is (71,131,131). Sum of RGB (Red+Green+Blue) = 71+131+131=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #478383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478383 is #B87C7C. Grayscale: #707070. Windows color (decimal): -12090493 or 8618823. OLE color: 8618823.
HSL color Cylindrical-coordinate representation of color #478383: hue angle of 180º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478383 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 131 | 131 | - |
| CMYK | 0.46 | 0 | 0 | 0.49 |
| HSL | 180º | 0.3% | 0.4% | - |
| HSV(B) | 180º | 0.46% | 0.51% | - |
| XYZ | 14.81 | 19.21 | 24.4 | - |
| YUV | 113.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 131 | 0.46 | 0 | 0 | 0.49 | 180 | 0.3 | 0.4 |
| Hex | 47 | 83 | 83 | 2E | 0 | 0 | 31 | B4 | 1E | 28 |
| Octal | 107 | 203 | 203 | 56 | 0 | 0 | 61 | 264 | 36 | 50 |
| Binary | 1000111 | 10000011 | 10000011 | 101110 | 0 | 0 | 110001 | 10110100 | 11110 | 101000 |
Color Harmonies of #478383
Complementary color
Monochromatic Colors of #478383
Black with #478383
Text Example
Text Example
White with #478383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478383; }
p { color: rgb(71,131,131); }
H1.HeaderClassName
{
color: #478383;
}
.AnyTagClassName
{
color: #478383;
}
</style>
background-color css
<style>
a { background-color: #478383; }
a { background-color: rgb(71,131,131); }
div.DivClassName
{
background-color: #478383;
}
.BgClassName
{
background-color: #478383;
}
</style>
border-color css
<style>
span { border-color: #478383; }
span { border-color: rgb(71,131,131); }
td.TdClassName
{
border-color: #478383;
}
.TagClassName
{
border-color: #478383;
}
</style>