Shades of Paradiso #457F7D
Tints of Paradiso #457F7D
RGB
CMYK
RGB Variations
Color information
#457F7D (or 0x457F7D) is known color: Paradiso. HEX triplet: 45, 7F and 7D. RGB value is (69,127,125). Sum of RGB (Red+Green+Blue) = 69+127+125=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 127 - color contains mainly: green. Hex color #457F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F7D is #BA8082. Grayscale: #6D6D6D. Windows color (decimal): -12222595 or 8224581. OLE color: 8224581.
HSL color Cylindrical-coordinate representation of color #457F7D: hue angle of 177.93º 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 #457F7D is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 125 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.50 |
| HSL | 177.93º | 0.3% | 0.38% | - |
| HSV(B) | 177.93º | 0.46% | 0.5% | - |
| XYZ | 13.75 | 17.92 | 22.14 | - |
| YUV | 109.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 125 | 0.46 | 0 | 0.02 | 0.50 | 177.93 | 0.3 | 0.38 |
| Hex | 45 | 7F | 7D | 2E | 0 | 2 | 32 | B2 | 1E | 26 |
| Octal | 105 | 177 | 175 | 56 | 0 | 2 | 62 | 262 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1111101 | 101110 | 0 | 10 | 110010 | 10110010 | 11110 | 100110 |
Color Harmonies of #457F7D
Complementary color
Monochromatic Colors of #457F7D
Black with #457F7D
Text Example
Text Example
White with #457F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F7D; }
p { color: rgb(69,127,125); }
H1.HeaderClassName
{
color: #457F7D;
}
.AnyTagClassName
{
color: #457F7D;
}
</style>
background-color css
<style>
a { background-color: #457F7D; }
a { background-color: rgb(69,127,125); }
div.DivClassName
{
background-color: #457F7D;
}
.BgClassName
{
background-color: #457F7D;
}
</style>
border-color css
<style>
span { border-color: #457F7D; }
span { border-color: rgb(69,127,125); }
td.TdClassName
{
border-color: #457F7D;
}
.TagClassName
{
border-color: #457F7D;
}
</style>