Shades of Paradiso #428489
Tints of Paradiso #428489
RGB
CMYK
RGB Variations
Color information
#428489 (or 0x428489) is known color: Paradiso. HEX triplet: 42, 84 and 89. RGB value is (66,132,137). Sum of RGB (Red+Green+Blue) = 66+132+137=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #428489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428489 is #BD7B76. Grayscale: #707070. Windows color (decimal): -12417911 or 9012290. OLE color: 9012290.
HSL color Cylindrical-coordinate representation of color #428489: hue angle of 184.23º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428489 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 132 | 137 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.46 |
| HSL | 184.23º | 0.35% | 0.4% | - |
| HSV(B) | 184.23º | 0.52% | 0.54% | - |
| XYZ | 15.01 | 19.47 | 26.63 | - |
| YUV | 112.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 137 | 0.52 | 0.04 | 0 | 0.46 | 184.23 | 0.35 | 0.4 |
| Hex | 42 | 84 | 89 | 34 | 4 | 0 | 2E | B8 | 23 | 28 |
| Octal | 102 | 204 | 211 | 64 | 4 | 0 | 56 | 270 | 43 | 50 |
| Binary | 1000010 | 10000100 | 10001001 | 110100 | 100 | 0 | 101110 | 10111000 | 100011 | 101000 |
Color Harmonies of #428489
Complementary color
Monochromatic Colors of #428489
Black with #428489
Text Example
Text Example
White with #428489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428489; }
p { color: rgb(66,132,137); }
H1.HeaderClassName
{
color: #428489;
}
.AnyTagClassName
{
color: #428489;
}
</style>
background-color css
<style>
a { background-color: #428489; }
a { background-color: rgb(66,132,137); }
div.DivClassName
{
background-color: #428489;
}
.BgClassName
{
background-color: #428489;
}
</style>
border-color css
<style>
span { border-color: #428489; }
span { border-color: rgb(66,132,137); }
td.TdClassName
{
border-color: #428489;
}
.TagClassName
{
border-color: #428489;
}
</style>