Shades of Paradiso #42848C
Tints of Paradiso #42848C
RGB
CMYK
RGB Variations
Color information
#42848C (or 0x42848C) is known color: Paradiso. HEX triplet: 42, 84 and 8C. RGB value is (66,132,140). Sum of RGB (Red+Green+Blue) = 66+132+140=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #42848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42848C is #BD7B73. Grayscale: #717171. Windows color (decimal): -12417908 or 9208898. OLE color: 9208898.
HSL color Cylindrical-coordinate representation of color #42848C: hue angle of 186.49º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42848C is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 132 | 140 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.45 |
| HSL | 186.49º | 0.36% | 0.4% | - |
| HSV(B) | 186.49º | 0.53% | 0.55% | - |
| XYZ | 15.23 | 19.55 | 27.78 | - |
| YUV | 113.18 | 143.13 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 140 | 0.53 | 0.06 | 0 | 0.45 | 186.49 | 0.36 | 0.4 |
| Hex | 42 | 84 | 8C | 35 | 6 | 0 | 2D | BA | 24 | 28 |
| Octal | 102 | 204 | 214 | 65 | 6 | 0 | 55 | 272 | 44 | 50 |
| Binary | 1000010 | 10000100 | 10001100 | 110101 | 110 | 0 | 101101 | 10111010 | 100100 | 101000 |
Color Harmonies of #42848C
Complementary color
Monochromatic Colors of #42848C
Black with #42848C
Text Example
Text Example
White with #42848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42848C; }
p { color: rgb(66,132,140); }
H1.HeaderClassName
{
color: #42848C;
}
.AnyTagClassName
{
color: #42848C;
}
</style>
background-color css
<style>
a { background-color: #42848C; }
a { background-color: rgb(66,132,140); }
div.DivClassName
{
background-color: #42848C;
}
.BgClassName
{
background-color: #42848C;
}
</style>
border-color css
<style>
span { border-color: #42848C; }
span { border-color: rgb(66,132,140); }
td.TdClassName
{
border-color: #42848C;
}
.TagClassName
{
border-color: #42848C;
}
</style>