Shades of Como #457F5E
Tints of Como #457F5E
RGB
CMYK
RGB Variations
Color information
#457F5E (or 0x457F5E) is known color: Como. HEX triplet: 45, 7F and 5E. RGB value is (69,127,94). Sum of RGB (Red+Green+Blue) = 69+127+94=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 127 - color contains mainly: green. Hex color #457F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F5E is #BA80A1. Grayscale: #696969. Windows color (decimal): -12222626 or 6192965. OLE color: 6192965.
HSL color Cylindrical-coordinate representation of color #457F5E: hue angle of 145.86º 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 #457F5E is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 94 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.50 |
| HSL | 145.86º | 0.3% | 0.38% | - |
| HSV(B) | 145.86º | 0.46% | 0.5% | - |
| XYZ | 12.06 | 17.25 | 13.28 | - |
| YUV | 105.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 94 | 0.46 | 0 | 0.26 | 0.50 | 145.86 | 0.3 | 0.38 |
| Hex | 45 | 7F | 5E | 2E | 0 | 1A | 32 | 92 | 1E | 26 |
| Octal | 105 | 177 | 136 | 56 | 0 | 32 | 62 | 222 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1011110 | 101110 | 0 | 11010 | 110010 | 10010010 | 11110 | 100110 |
Color Harmonies of #457F5E
Complementary color
Monochromatic Colors of #457F5E
Black with #457F5E
Text Example
Text Example
White with #457F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F5E; }
p { color: rgb(69,127,94); }
H1.HeaderClassName
{
color: #457F5E;
}
.AnyTagClassName
{
color: #457F5E;
}
</style>
background-color css
<style>
a { background-color: #457F5E; }
a { background-color: rgb(69,127,94); }
div.DivClassName
{
background-color: #457F5E;
}
.BgClassName
{
background-color: #457F5E;
}
</style>
border-color css
<style>
span { border-color: #457F5E; }
span { border-color: rgb(69,127,94); }
td.TdClassName
{
border-color: #457F5E;
}
.TagClassName
{
border-color: #457F5E;
}
</style>