Shades of Paradiso #457F7E
Tints of Paradiso #457F7E
RGB
CMYK
RGB Variations
Color information
#457F7E (or 0x457F7E) is known color: Paradiso. HEX triplet: 45, 7F and 7E. RGB value is (69,127,126). Sum of RGB (Red+Green+Blue) = 69+127+126=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #457F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F7E is #BA8081. Grayscale: #6D6D6D. Windows color (decimal): -12222594 or 8290117. OLE color: 8290117.
HSL color Cylindrical-coordinate representation of color #457F7E: hue angle of 178.97º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F7E is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 126 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.50 |
| HSL | 178.97º | 0.3% | 0.38% | - |
| HSV(B) | 178.97º | 0.46% | 0.5% | - |
| XYZ | 13.81 | 17.95 | 22.48 | - |
| YUV | 109.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 126 | 0.46 | 0 | 0.01 | 0.50 | 178.97 | 0.3 | 0.38 |
| Hex | 45 | 7F | 7E | 2E | 0 | 1 | 32 | B3 | 1E | 26 |
| Octal | 105 | 177 | 176 | 56 | 0 | 1 | 62 | 263 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1111110 | 101110 | 0 | 1 | 110010 | 10110011 | 11110 | 100110 |
Color Harmonies of #457F7E
Complementary color
Monochromatic Colors of #457F7E
Black with #457F7E
Text Example
Text Example
White with #457F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F7E; }
p { color: rgb(69,127,126); }
H1.HeaderClassName
{
color: #457F7E;
}
.AnyTagClassName
{
color: #457F7E;
}
</style>
background-color css
<style>
a { background-color: #457F7E; }
a { background-color: rgb(69,127,126); }
div.DivClassName
{
background-color: #457F7E;
}
.BgClassName
{
background-color: #457F7E;
}
</style>
border-color css
<style>
span { border-color: #457F7E; }
span { border-color: rgb(69,127,126); }
td.TdClassName
{
border-color: #457F7E;
}
.TagClassName
{
border-color: #457F7E;
}
</style>