Shades of Paradiso #45868A
Tints of Paradiso #45868A
RGB
CMYK
RGB Variations
Color information
#45868A (or 0x45868A) is known color: Paradiso. HEX triplet: 45, 86 and 8A. RGB value is (69,134,138). Sum of RGB (Red+Green+Blue) = 69+134+138=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #45868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45868A is #BA7975. Grayscale: #727272. Windows color (decimal): -12220790 or 9078341. OLE color: 9078341.
HSL color Cylindrical-coordinate representation of color #45868A: hue angle of 183.48º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45868A is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 134 | 138 | - |
| CMYK | 0.5 | 0.03 | 0 | 0.46 |
| HSL | 183.48º | 0.33% | 0.41% | - |
| HSV(B) | 183.48º | 0.5% | 0.54% | - |
| XYZ | 15.57 | 20.15 | 27.11 | - |
| YUV | 115.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 134 | 138 | 0.5 | 0.03 | 0 | 0.46 | 183.48 | 0.33 | 0.41 |
| Hex | 45 | 86 | 8A | 32 | 3 | 0 | 2E | B7 | 21 | 29 |
| Octal | 105 | 206 | 212 | 62 | 3 | 0 | 56 | 267 | 41 | 51 |
| Binary | 1000101 | 10000110 | 10001010 | 110010 | 11 | 0 | 101110 | 10110111 | 100001 | 101001 |
Color Harmonies of #45868A
Complementary color
Monochromatic Colors of #45868A
Black with #45868A
Text Example
Text Example
White with #45868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45868A; }
p { color: rgb(69,134,138); }
H1.HeaderClassName
{
color: #45868A;
}
.AnyTagClassName
{
color: #45868A;
}
</style>
background-color css
<style>
a { background-color: #45868A; }
a { background-color: rgb(69,134,138); }
div.DivClassName
{
background-color: #45868A;
}
.BgClassName
{
background-color: #45868A;
}
</style>
border-color css
<style>
span { border-color: #45868A; }
span { border-color: rgb(69,134,138); }
td.TdClassName
{
border-color: #45868A;
}
.TagClassName
{
border-color: #45868A;
}
</style>